/* ===============================================
   LOCAL GOOGLE FONTS - FINAL VERSION
   =============================================== */

/* Roboto Condensed - Regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2');
}

/* Roboto - Regular (400) - NEW! */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2');
}

/* Raleway - Regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/raleway-v37-latin-regular.woff2') format('woff2');
}

/* Cairo - Regular (400) - For RTL */
@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/cairo-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* Montserrat fallback - use Roboto */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2');
}

/* Open Sans Condensed fallback - use Roboto Condensed */
@font-face {
  font-display: swap;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2');
}