
:root {
    --primary: #c10015;
    --text-color: #181818;
    --text-color1: #eee;
    --text-color2: #777;
    --text-color3: #111;
    --link-color: #222;
    --title-color: #666;
    --secondary: #6f6f6f;
    --red: rgba(235, 84, 36, 0.67);
    --red-light: rgba(253, 241, 237, 0.09);
    --yellow: rgba(254, 226, 9, 0.67);
    --yellow-light: rgba(255, 253, 238, 0.09);
    --blue: rgba(34, 117, 218, 0.67);
    --blue-light: rgba(230, 240, 251, 0.09);
    --green: rgba(25, 163, 2, 0.67);
    --green-light: rgba(244, 255, 242, 0.09);
    --back-color: #f6f6f6;
}

[data-theme="dark"] {
    --primary: #027BE3;
    --title-color: #eee;
    --link-color: #e2e2e2;
    --text-color: #eeeeee;
    --text-color3: #aab;
    --text-color2: #777;
    --text-color1: #111;
    --back-color:#161616;
}