/**
 * Locale-scoped Georgian UI font (self-hosted subset).
 * Linked only from the ka locale layout — keep out of the shared CSS graph.
 */
@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/noto-sans-georgian-subset-400.woff2") format("woff2");
}

html[lang="ka"] {
  --font-noto-georgian: "Noto Sans Georgian", "DejaVu Sans", sans-serif;
  --font-display: var(--font-manrope, "Manrope"), "Manrope",
    var(--font-noto-georgian), system-ui, sans-serif;
  --font-ui: var(--font-manrope, "Manrope"), "Manrope", var(--font-noto-georgian),
    system-ui, sans-serif;
}
