/* Oravia — Self-hosted Cairo font (Qatar 2022 brand typeface)
 * Served locally for maximum performance. Zero dependency on Google Fonts CDN.
 * Weights: 400 (regular), 600 (semibold), 700 (bold), 900 (black)
 * All files are woff2 for smallest file size + modern browser support.
 */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('cairo-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('cairo-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('cairo-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('cairo-900.woff2') format('woff2');
}
