/* ==========================================================================
   Self-hosted Roboto Condensed (woff2) — overrides the Webflow @font-face.
   Loaded AFTER the minified Webflow CSS on every page so these win, adding
   woff2 (smaller/faster) + font-display: swap to avoid invisible text (FOIT).
   Pair with <link rel="preload"> of the woff2 files to avoid the flash (FOUT).
   ttf kept as a fallback for very old browsers.
   ========================================================================== */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/6953f2574624f43297906844_RobotoCondensed-Regular.woff2') format('woff2'),
       url('/assets/fonts/6953f2574624f43297906844_RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/6953f257e5db8acfbe93f6fb_RobotoCondensed-Bold.woff2') format('woff2'),
       url('/assets/fonts/6953f257e5db8acfbe93f6fb_RobotoCondensed-Bold.ttf') format('truetype');
}
