/* Local web fonts — self-hosted copies (no external font CDN needed).
   Arima = brand/display, Inter = UI/body. Both latin subsets. */
@font-face {
  font-family: "Arima";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../assets/fonts/arima-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}
