@font-face {
  font-family: "FC Vision Local";
  src: url("/assets/fonts/fc-vision.otf?v=1") format("opentype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  --fc-vision-font-stack: "FC Vision Local", "FC Vision [Non-commercial]", "FC Vision", Tahoma, sans-serif;
}
html, body, button, input, textarea, select, option,
.alert, .alert *, .widget-root, .widget-root *, .widget-preview, .widget-preview *, .stat-preview, .stat-preview * {
  font-family: var(--fc-vision-font-stack) !important;
}
.language-switcher { position: fixed; top: 14px; right: 14px; z-index: 1000; padding: 8px 13px; border: 1px solid #ffffff35; border-radius: 999px; background: #111125e8; color: #fff; font-weight: 800; box-shadow: 0 8px 24px #0005; cursor: pointer; }
