﻿@font-face {
    font-family: 'Space Grotesk';
    src: url('/fonts/SpaceGrotesk-Regular.woff') format('woff'), 
         url('/fonts/SpaceGrotesk-Light.woff') format('woff'),
         url('/fonts/SpaceGrotesk-Medium.woff') format('woff'),
         url('/fonts/SpaceGrotesk-Bold.woff') format('woff');
}

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: 700;
    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%;
}

h7 {
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

a {
    text-decoration: none;
}

span {
    font-family: "Open Sans";
}


.greenBold {
    color: darkgreen;
    font-weight: 700;
}

.redBold {
    color: darkred;
    font-weight: 700;
}

body {
    font-family: 'Space Grotesk';
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-font-sans-serif: 'Space Grotesk';
    --bs-font-monospace: 'Space Grotesk';
}