/* ============================================================
   Noto Sans Georgian — self-hosted (offline-safe for internal network)
   Files in ../fonts/  (downloaded from @fontsource/noto-sans-georgian)
   Two subsets per weight: georgian + latin, selected via unicode-range.
   ============================================================ */

/* ---------- weight 400 (normal) ---------- */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-georgian-400-normal.woff2') format('woff2');
  unicode-range: U+0589,U+10A0-10FF,U+1C90-1CBA,U+1CBD-1CBF,U+205A,U+2D00-2D2F,U+2E31;
}
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---------- weight 500 (medium) ---------- */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-georgian-500-normal.woff2') format('woff2');
  unicode-range: U+0589,U+10A0-10FF,U+1C90-1CBA,U+1CBD-1CBF,U+205A,U+2D00-2D2F,U+2E31;
}
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ---------- weight 700 (bold) ---------- */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-georgian-700-normal.woff2') format('woff2');
  unicode-range: U+0589,U+10A0-10FF,U+1C90-1CBA,U+1CBD-1CBF,U+205A,U+2D00-2D2F,U+2E31;
}
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/noto-sans-georgian-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ============================================================
   Apply across the whole project.
   Loaded AFTER main.css / theme1.css so it wins on specificity ties.
   Icon fonts (.fa, .fe, feather, weathericons, kendo icons, etc.)
   set their own font-family on the element, so they are NOT affected.
   ============================================================ */
body,
body.font-Sylfaen,
body.font-opensans,
body.font-montserrat,
body.font-roboto {
  font-family: 'Noto Sans Georgian', 'Sylfaen', 'Segoe UI', sans-serif;
}

/* form controls don't inherit font-family by default */
button,
input,
optgroup,
select,
textarea,
.btn,
.form-control {
  font-family: inherit;
}
