/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

:root {
    --pico-color: #1b2b3a;
    --pico-h1-color: #1b2b3a;
    --pico-h2-color: #1b2b3a;
    --pico-h3-color: #1b2b3a;
    --pico-h4-color: #1b2b3a;
    --pico-h5-color: #1b2b3a;
    --pico-h6-color: #1b2b3a;
    --pico-background-color: #ffffff;
}

[data-theme="dark"] {
    --pico-color: #e0e6ed;
    --pico-h1-color: #ffffff;
    --pico-h2-color: #ffffff;
    --pico-h3-color: #ffffff;
    --pico-h4-color: #ffffff;
    --pico-h5-color: #ffffff;
    --pico-h6-color: #ffffff;
    --pico-background-color: #1b2b3a;
}
