:root {
    /* Colors */
    --color-background: #383838;
    --color-text: #aaa;
    --color-text-muted: #777;
    --color-text-button: white;
    --color-border: #555;

    --color-primary: hsl(210, 70%, 60%);
    --color-danger: hsl(0, 65%, 60%);
    --color-success: hsl(120, 40%, 50%);

    --color-background-faded: #444;
    --color-primary-active: hsl(210, 70%, 55%);
    --color-danger-active: hsl(0, 65%, 55%);
    --color-success-active: hsl(120, 40%, 45%);

    --spectrum-alias-tabitem-text-color-default: rgba(200, 210, 245, .75);

    color-scheme: dark;
}
