:root {
    --thm-gray: #777777;
    --thm-gray-rgb: 119, 119, 119;
    --thm-orange: #d4264d;
    --thm-orange-rgb: 211, 97, 57;
    --thm-lgreen: #D4E9E2;
    --thm-tgreen: #DFF9BA;
    --thm-dgreen: #1F3832;
    --thm-black: #121212;
    --thm-black-rgb: 18, 18, 18;
    --thm-base: #17345a;
    --thm-base-rgb: 23, 50, 90;
    --thm-primary: #025B2D;
    --thm-primary-rgb: 50, 61, 110;
    --thm-white: #ffffff;
    --thm-dblack: #000000;
}



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;
}