:root {
    --thm-gray: #0E6873;
    --thm-gray-rgb: 103, 108, 124;
    /* --thm-black: ; */
    /* --thm-black-rgb: 50, 52, 75; */
    --thm-base: #b3294a;
    /* --thm-base-rgb: 40, 173, 96; */
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 500;
    line-height: 1.25em;
    font-family: var(--thm-font-4);
    margin: 0;
    padding-bottom: 8px;
}