:root {
    --thm-gray: #636d7c;
    --thm-gray-rgb: 99, 109, 124;
    --thm-black: #15363a;
    --thm-black-rgb: 21, 54, 58;
    --thm-base: #e11749;
    --thm-base-rgb: 254, 67, 74;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e11749;
    font-weight: 700;
    line-height: 1.25em;
    font-family: "Sen", sans-serif;
    margin: 0;
}