:root {
  --panel-font-family: "Inter", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-sans: var(--panel-font-family);
  --default-font-family: var(--panel-font-family);
}

html,
body,
#root,
button,
input,
select,
textarea,
optgroup,
option {
  font-family: var(--panel-font-family) !important;
}

body {
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

code,
kbd,
samp,
pre,
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace !important;
}
