1@use "../theme" as *;
2
3.theme-switcher { border: none; background: none; padding: 0; font-family: "Silkscreen", monospace; font-size: 0.7rem; letter-spacing: 0.05em; color: theme(muted); cursor: pointer; transition: color 0.15s ease; @include dashed-underline; }
4.theme-switcher:hover, .theme-switcher:focus-visible { color: theme(accent); }