@font-face {
  font-family: "ABC Favorit Expanded";
  src: url("/fonts/ABCFavoritExpandedVariable.woff2") format("woff2-variations"),
       url("/fonts/ABCFavoritExpandedVariable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Favorit";
  src: url("/fonts/ABCFavoritVariable.woff2") format("woff2-variations"),
       url("/fonts/ABCFavoritVariable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("/fonts/NeueHaasDisplay-Roman.woff2") format("woff2"),
       url("/fonts/NeueHaasDisplay-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("/fonts/NeueHaasDisplay-Medium.woff2") format("woff2"),
       url("/fonts/NeueHaasDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display";
  src: url("/fonts/NeueHaasDisplay-Bold.woff2") format("woff2"),
       url("/fonts/NeueHaasDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Source Serif 4 (body — leitura prolongada) === */
@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/SourceSerif4-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/SourceSerif4-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/SourceSerif4-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
