:root {
    --background: #282828;
    --background-secondary: #928374;
    --foreground: #ebdbb2;
    --links: #458588;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}