html[data-theme="dark"] {
    --bg: #0c1418;
    --surface: #121e24;
    --surface-2: #16252c;
    --heading: #eaf1f2;
    --text: #c2cfd4;
    --muted: #8597a0;
    --line: #21323a;
    --accent: #4db3a8;
    --accent-strong: #5fc2b6;
    --accent-soft: #16302d;
    --shadow: 0 22px 48px -28px rgba(0, 0, 0, .7);
    --shadow-sm: 0 8px 22px -14px rgba(0, 0, 0, .6);
}