/* Anton — display */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Anton-Regular.woff") format('woff');
}

/* Inter — body (fonte variável, cobre os pesos 400–800 usados no site) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff") format('woff');
}
