12 lines (9 loc) · 256 B
 1@use "../theme" as *;
 2
 3
 4* {
 5  -webkit-tap-highlight-color: transparent;
 6}
 7
 8html {
 9  scrollbar-width: thin;
10  scrollbar-color: theme(accent) transparent;
11  font-size: clamp(16px, 12px + 0.3125vw, 20px); // scales 16→20px between 1280–2560px viewports
12}