/* Cairo Font - Fully Local Version */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./cairo-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /* Fallback to bold 400 if 700 not available */
  src: url('./cairo-400.woff2') format('woff2');
  font-weight: 700;
}

/* Fallback fonts if Cairo is not available */
body {
  font-family: 'Cairo', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}
