/* Inter Variable — единый шрифт WMS (латиница + кириллица) */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/includes/fonts/InterVariable.woff2') format('woff2');
}

:root,
[data-bs-theme="light"] {
  --vuexy-font: 'Inter Variable', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --bs-font-sans-serif: var(--vuexy-font);
  --bs-body-font-family: var(--vuexy-font);
}
