:root{color:#fff}@media (prefers-color-scheme: light){:root{--text-color: $light-text-color;--background-color: $dark-background-color}}@media (prefers-color-scheme: dark){:root{--text-color: $dark-text-color;--background-color: $dark-background-color}}.unselectable{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.unhighlightable{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}:root{--font-size-base: clamp(1rem, .34vw + .91rem, 1.19rem);--font-size-lg: clamp(1.2rem, .7vw + 1.2rem, 1.5rem);--font-size-xl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);--color-border: hsl(15, 2%, 33%)}html{font-family:system-ui,sans-serif;color:var(--color-text);background-color:var(--background-color)}body,html{margin:0;height:100vh;display:flex;flex-direction:column}
