/* Variable Exo 2, все веса 100..900 (normal + italic) */
@font-face{
  font-family: 'Exo2';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/_override/fonts/Exo2-cyrillic-ext-wght-normal.woff2') format('woff2');
}
@font-face{
  font-family: 'Exo2';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('/_override/fonts/Exo2-cyrillic-ext-wght-italic.woff2') format('woff2');
}

/* Переопределяем Mantine vars (если они используются внутри css приложения) */
:root{
  --mantine-font-family: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  --mantine-font-family-headings: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* Жёстко форсим шрифт везде */
html, body, #root,
[class^="mantine-"], [class*=" mantine-"],
.tiptap, .ProseMirror, .ProseMirror * ,
h1,h2,h3,h4,h5,h6, p, span, div, input, textarea, button {
  font-family: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
