/* ==========================================================================
   Inter Tight - the single typeface for iifamultimedia.in
   Added 2026-08-28, replacing Roboto, Open Sans, Lato, Poppins, Montserrat,
   Noto Serif, DM Sans, Josefin Sans, Raleway, Merriweather, Oswald, Dosis,
   Righteous, Teachers, Roboto Condensed, Roboto Slab and Calibri.

   Self-hosted variable font, woff2 only, latin + latin-ext subsets pulled
   from Google Fonts. A typical English page loads ONE 43 KB file; latin-ext
   is fetched only if the page actually uses those characters.

   Weight axis is 300-900, so every old weight the site asked for still
   resolves without loading a separate file.

   Load this LAST in the head, after every other stylesheet.
   ========================================================================== */

/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/inter-tight-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/inter-tight-latin.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;
}

/* latin-ext italic */
@font-face {
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/inter-tight-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin italic */
@font-face {
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/inter-tight-italic-latin.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;
}


/* --------------------------------------------------------------------------
   The stack. Every font-family across the site now points here.
   -------------------------------------------------------------------------- */

:root {
  --iifa-font: 'Inter Tight', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

html,
body {
  font-family: var(--iifa-font);
}

/* form controls do not inherit font by default */
button,
input,
optgroup,
select,
textarea {
  font-family: var(--iifa-font);
}


/* --------------------------------------------------------------------------
   Icon fonts keep their own family. These selectors re-assert it after the
   sweep above - without them every icon renders as a blank box or a letter.
   -------------------------------------------------------------------------- */

.fa, .fas, .far, .fal, .fab, .fad,
[class^="fa-"], [class*=" fa-"] {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Brands', FontAwesome !important;
}

.glyphicon,
[class^="glyphicon-"], [class*=" glyphicon-"] {
  font-family: 'Glyphicons Halflings' !important;
}

/* code and preformatted text stay monospace */
code, kbd, pre, samp, tt {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
