/* :root {
    --thm-base: #25b85d;
    --thm-base-rgb: 37, 184, 93;
    --thm-gray: #797c7f;
    --thm-gray-rgb: 121, 124, 127;
    --thm-secondary: #028835;
    --thm-secondary-rgb: 2, 136, 53;
} */

:root {
    --thm-base: #1d5a94;
    --thm-base-rgb: 11, 47, 81;
    --thm-gray: #797c7f;
    --thm-gray-rgb: 121, 124, 127;
    --thm-secondary: #03A9F4;
    --thm-secondary-rgb: 2, 93, 179;
}