/* @media (prefers-color-scheme: light) */
:root {
    --colors-alert-warning: #ffa90d;
    --colors-alert-error: #e5363a;
    --colors-alert-success: #34ea7c;
    --colors-primary-dark: #1d698f;
    --colors-primary-main: #2587b8;
    --colors-primary-light: #56a4c9;
    --colors-text: #333333;
    --colors-headlines: #333333;
    --colors-footnote: #999999;
}