:root { --sv-accent:      #00e09f; --sv-accent-600:  #00b37e;
--sv-accent-glow: rgba(0, 224, 159, .55);
--sv-accent-soft: rgba(0, 224, 159, .18); --sv-bg:      #000000;
--sv-surface: #0a0a0a;
--sv-border:  #27272a; --sv-white:   #ffffff;
--sv-muted:   #a1a1aa; --sv-zinc300: #d4d4d8;
--sv-dim:     #52525b;  --sv-font: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
--sv-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
} .svds {
font-family: var(--sv-font);
color: var(--sv-white);
-webkit-font-smoothing: antialiased;
}
.svds *,
.svds *::before,
.svds *::after { box-sizing: border-box; }
.svds .sv-mono { font-family: var(--sv-mono); } .svds.sv-align-center { text-align: center; }
.svds.sv-align-right  { text-align: right; }
.svds.sv-align-left   { text-align: left; }