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}
13
14::view-transition-old(root),
15::view-transition-new(root) {
16 animation-duration: 0.04s;
17}