:root {
    --thm-gray: #676c7c;
    --thm-gray-rgb: 103, 108, 124;
    --thm-black: #262a44;
    --thm-black-rgb: 38, 42, 68;
    --thm-base: #00A89E;
    --thm-base-rgb: 0, 168, 158;
}

/*modified by aditya, theme base color + thm-black*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--thm-font-4);
    margin: 0;
}

