@font-face {
  font-family: "MineLy Arkhip";
  src: url("./fonts/arkhip.woff2?v=20260908-global") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-sans: "MineLy Arkhip", Manrope, Inter, Arial, sans-serif;
  --of-font: "MineLy Arkhip", Manrope, Inter, Arial, sans-serif;
}

html body:not(#minely-font-opt-out):not(#minely-font-opt-out-secondary),
html body:not(#minely-font-opt-out):not(#minely-font-opt-out-secondary) *:not(:where(
  svg,
  svg *,
  iconify-icon,
  pre,
  pre *,
  code,
  code *,
  kbd,
  samp,
  .xterm,
  .xterm *,
  .CodeMirror,
  .CodeMirror *,
  .monaco-editor,
  .monaco-editor *,
  .fa,
  .fas,
  .far,
  .fal,
  .fab,
  [class^="fa-"],
  [class*=" fa-"],
  [data-monospace],
  [data-monospace] *
)) {
  font-family: "MineLy Arkhip", Manrope, Inter, Arial, sans-serif !important;
  font-synthesis: weight style;
}

#server-creation-container {
  --font-sans: "MineLy Arkhip", Manrope, Inter, Arial, sans-serif !important;
}
