:root {
    --background: #fef49c;
    --background-secondary: #e5e500;
    --foreground: #000000;
    --links: #b200b2;
    --warning: #ff7272;
    --warning-box-bg: #f64a3c;
    --warning-box-border: #c81a11;
}

html {
    color-scheme: light;
}