/* Filum webfonts — self-hosted variable fonts (latin covers Portuguese diacritics) */

/* Outfit — display & UI. Geometric rounded grotesque; the brand voice. */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/Outfit-variable.woff2") format("woff2");
}

/* IBM Plex Sans — long-form copy, data, captions. Calmer, more neutral. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("../assets/fonts/IBMPlexSans-variable.woff2") format("woff2");
}
