@font-face {
  font-family: "Red Hat Display", sans-serif;
  src: url(fonts/RedHatDisplay-VariableFont_wght.ttf);
}

/* Reset de fonte */
* {
  font-family: "Red Hat Display", sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remover decoração padrão dos links */
a {
  color: var(--primary-color);
  text-decoration: none;
}

/* Centralizar texto de parágrafos por padrão */
p {
  text-align: center;
}

body {
  line-height: normal;
}

b,
strong {
  font-weight: bold;
}
