:root {
    --background: #2B2400;
    --background-secondary: #403500;
    --foreground: #FFD300;
    --links: #ffe8a2;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: dark;
}

a {
    text-decoration: underline !important;
}