



/*@font-face {
    font-family: 'Founders Grotesk';
    src: url('FoundersGrotesk-Bold.eot');
    src: url('FoundersGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('FoundersGrotesk-Bold.woff2') format('woff2'),
        url('FoundersGrotesk-Bold.woff') format('woff'),
        url('FoundersGrotesk-Bold.ttf') format('truetype'),
        url('FoundersGrotesk-Bold.svg#FoundersGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('FoundersGrotesk-Regular.eot');
    src: url('FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('FoundersGrotesk-Regular.woff2') format('woff2'),
        url('FoundersGrotesk-Regular.woff') format('woff'),
        url('FoundersGrotesk-Regular.ttf') format('truetype'),
        url('FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Condensed';
    src: url('FoundersGroteskCond-Lt.eot');
    src: url('FoundersGroteskCond-Lt.eot?#iefix') format('embedded-opentype'),
        url('FoundersGroteskCond-Lt.woff2') format('woff2'),
        url('FoundersGroteskCond-Lt.woff') format('woff'),
        url('FoundersGroteskCond-Lt.ttf') format('truetype'),
        url('FoundersGroteskCond-Lt.svg#FoundersGroteskCond-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

