/* ============================================================
   Fallback @font-face blocks with size-adjust
   Minimises CLS when web fonts are loading (font-display: swap)
   Reference these in font-family stacks:
     font-family: 'OpenSans', 'OpenSans-fallback', sans-serif;
     font-family: 'RobotoCondensed', 'RobotoCondensed-fallback', sans-serif;
   ============================================================ */

@font-face {
  font-family: 'OpenSans-fallback';
  font-style: normal;
  font-weight: 400 700;
  src: local('Arial');
  size-adjust: 106%;
  ascent-override: 89%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'RobotoCondensed-fallback';
  font-style: normal;
  font-weight: 400 700;
  src: local('Arial Narrow'), local('ArialNarrow'), local('Arial');
  size-adjust: 101%;
  ascent-override: 92%;
  descent-override: 23%;
  line-gap-override: 0%;
}

/* ============================================================
   RobotoCondensed — weights actually used: 400, 600
   Note: weight 700 is referenced in CSS but no 700 font file
   exists — browser synthesises from 600. Download
   roboto-condensed-v30-latin-700.woff2 to fix this properly.
   ============================================================ */

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'RobotoCondensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.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;
}

/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'RobotoCondensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-condensed-v30-latin-600.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;
}

/* ============================================================
   OpenSans — weights used: 400, 500, 600, 700
   ============================================================ */

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.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;
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500.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;
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v43-latin-600.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;
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.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+2215, U+FEFF, U+FFFD;
}
