/**
 * Locale-specific fonts (frontend). Kalimati for Nepali (ne).
 */
@font-face {
  font-family: 'Kalimati';
  src: url('../../../fonts/kalimati/Kalimati.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html.locale-ne {
  --font-family-sans: 'Kalimati', 'Inter', system-ui, sans-serif;
  --font-family-heebo: 'Kalimati', 'Heebo', system-ui, sans-serif;
}
