:root {
    color-scheme: dark;
    --background: #14161c;
    --surface: #1c1f27;
    --navigation: #20232b;
    --hover: #2c303c;
    --border: #343946;
    --text: #edf0f7;
    --muted: #aab2c3;
    --accent: #9bb8ff;
    --success: #79d69c;
    --warning: #e6c46a;
}
