/**
 * Self-hosted Rajdhani (SIL OFL 1.1 — see /fonts/OFL.txt).
 * Google Fonts Rajdhani only publishes 300–700; 800/900 CSS weights
 * map onto the 700 face so display type stays Rajdhani instead of
 * falling back to system-ui or a CSP-blocked fonts.googleapis.com sheet.
 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/rajdhani-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/rajdhani-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/rajdhani-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/rajdhani-700.woff2') format('woff2');
}
