/* ============================================================
   Afula Underground — Webfonts
   Google Sans (variable). Uploaded by the brand; served as WOFF2 subset
   (Hebrew + Latin + site symbols; opsz/GRAD pinned to defaults, wght kept).
   Raw TTF sources: repo root GoogleSans-*.ttf. Axes exposed: weight only.
   ============================================================ */

@font-face {
  font-family: "Google Sans";
  src: url("../assets/fonts/GoogleSans-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../assets/fonts/GoogleSans-Italic-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
