@font-face {
  font-family: "Marcellus";
  src: url("/assets/fonts/google-fonts/Marcellus/Marcellus-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/google-fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* deixe ativo se você usa itálico em algum lugar */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/google-fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* classes ponte (pra você não mudar seu HTML) */
.inter { font-family: var(--font-inter); }
.marcellus { font-family: var(--font-marcellus); }