:root {
    --background: #073642;
    --background-secondary: #657B83;
    --foreground: #FDF6E3;
    --links: #2699FF;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}