/* ============================================================
   Crioula — Fonts
   Arima (Madurai) — display / titles / wordmark lettering
   Roboto — body copy, decodificador, long text
   Variable fonts extracted from the brand-supplied Arima,Roboto.zip
   ============================================================ */

@font-face {
  font-family: "Arima";
  src: url("../assets/fonts/Arima-Variable.ttf") format("truetype-variations");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
}
