/* Self-hosted webfonts. Loaded by index.html only — support.html (the staff
   console) links theme.css alone, so 'InterVariable' never resolves there and
   the console keeps rendering its current system/Sora stack untouched.
   InterVariable is the full official build (not a Google latin subset) because
   the site sets amounts in ₹ (U+20B9), which the subsets omit. */
@font-face {
  font-family: 'InterVariable';
  src: url('/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}

@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/DMMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/DMMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
