/*
 * Self-hosted Noto Sans + Noto Sans Devanagari (offline-critical — design doc §13).
 * The .woff2 binaries live alongside this file. Run `node scripts/fetch-fonts.mjs`
 * to populate them (see README). Until then the font-family fallback chain in
 * global.css keeps the UI readable with the OS Devanagari font.
 */

/* ---- Noto Sans (Latin) ---- */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/NotoSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/NotoSans-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/NotoSans-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/NotoSans-Bold.woff2') format('woff2');
}

/* ---- Noto Sans Devanagari (Marathi/Hindi) ---- */
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/NotoSansDevanagari-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/NotoSansDevanagari-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/NotoSansDevanagari-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/NotoSansDevanagari-Bold.woff2') format('woff2');
}
