:root {
    --thm-gray: #222222;
    --thm-gray-rgb: 119, 119, 119;
    --thm-black: #121212;
    --thm-black-rgb: 18, 18, 18;
    /* --thm-base: #e61b84;*/
    --thm-base: #e61b84;
     
    --thm-base-rgb: 230, 27, 132;
    --thm-primary: #0d2484;
    --thm-primary-rgb: 13, 36, 132;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--thm-font-2);
    margin: 0;
}