/* :root {
    --thm-base: #3554d1;
    --thm-base-rgb: 53, 84, 209;
} */

:root {
    --thm-base: #EC991C;
    --thm-base-rgb: 236, 153, 28;
    --thm-white-text: white;
    --thm-black-text: black;
}

