* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: var(--branco--gelo);
  box-sizing: border-box;
}

@font-face {
  font-family: Onyx;
  src: url(/OPTIOnyx.otf);
}
