/* carify.ge — self-hosted BPG Georgian fonts (replaces dead cdn.web-fonts.ge) */

@font-face {
  font-family: "BPG Glaho WEB";
  src: url("/fonts/bpg-glaho-web-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Glaho WEB";
  src: url("/fonts/bpg-glaho-web-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Glaho WEB Caps";
  src: url("/fonts/bpg-glaho-caps-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* keep carify's existing `.font-caps` utility working:
   it references "BPG WEB 001 Caps" (old dead CDN name) -> map to caps file */
@font-face {
  font-family: "BPG WEB 001 Caps";
  src: url("/fonts/bpg-glaho-caps-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* revive the intended Georgian body font site-wide, with safe fallbacks */
body {
  font-family: "BPG Glaho WEB", "Noto Sans Georgian", Sylfaen,
    ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
