﻿h1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
}

h2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
}

@media screen and (max-width: 700px) {
    h2 {
        font-size: 24px;
    }
}


@media screen and (min-width: 700px) {
    h2 {
        font-size: 40px;
    }
}

h3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

h6 {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

a {
    text-decoration: none;
}


.greenBold {
    color: darkgreen;
    font-weight: 500;
}

.redBold {
    color: #FF3232;
    font-weight: 400;
}
