@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
         url('Montserrat-Medium.woff') format('woff');
    font-style: normal;
    font-weight: medium;
    font-display: swap; 
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
         url('Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: semibold;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
         url('Montserrat-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
    font-display: swap; 
}

html, body {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: medium;
    font-size: 18px;
    line-height: 1.2;
}


a {
    line-height: 1;
}

h1 {
    line-height: 1.05;
    font-size: 200%;
}

h2 {
    line-height: 1.075;
    font-size: 150%;
}

h3 {
    line-height: 1.1;
    font-size: 130%;
}

h4 {
    line-height: 1.15;
    font-size: 115%;
}

h5 {
    line-height: 1.2;
    font-size: 100%;
}

h6 {
    line-height: 1.25;
    font-size: 85%;
}

@media (max-width: 47.999rem) {

    html, body {
        font-size: 16px;
    }

    h1 {
        line-height: 1.05;
        font-size: 150%;
    }

    h2 {
        line-height: 1.075;
        font-size: 135%;
    }

    h3 {
        line-height: 1.1;
        font-size: 120%;
    }

    h4 {
        line-height: 1.15;
        font-size: 105%;
    }

    h5 {
        line-height: 1.2;
        font-size: 95%;
    }

    h6 {
        line-height: 1.25;
        font-size: 75%;
    }
}

