/* Self-hosted fonts, same reasoning as the customer site: hotlinking a font
   CDN silently falls back to a system font on some networks. English-only
   for this v1 of the admin site (see project notes), so only the two
   Latin faces are needed — no Devanagari. */

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
