:root,
:root[data-theme="dark"] {
    color-scheme: dark;

    --bg: #0b0f14;
    --bg2: #0a1220;
    --panel: #111826;
    --panel-2: #0f1623;
    --text: #e6edf3;
    --muted: #9aa4b2;
    --border: rgba(255, 255, 255, 0.10);

    --accent: #7aa2ff;
    --accent-2: #22c55e;
    --accent2: var(--accent-2);

    --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    --radius: 14px;

    --bg-gradient: radial-gradient(1200px 700px at 20% 0%, #101a2a 0%, var(--bg) 55%);

    --plot-bg: rgba(0, 0, 0, 0);
    --plot-border: rgba(0, 0, 0, 0);

    --sans: "Space Grotesk", "Avenir Next", "Avenir", "Gill Sans", "Trebuchet MS",
        "Helvetica Neue", sans-serif;
    --mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
