
/* Neuzeit Grotesk - Light */
@font-face {
    font-family: "Neuzeit Grotesk";
    src: url('../fonts/NeuzeitGrotesk/Neuzeit_Grotesk_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Neuzeit Grotesk - Regular */
@font-face {
    font-family: "Neuzeit Grotesk";
    src: url('../fonts/NeuzeitGrotesk/Neuzeit_Grotesk.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Neuzeit Grotesk - Bold */
@font-face {
    font-family: "Neuzeit Grotesk";
    src: url('../fonts/NeuzeitGrotesk/Neuzeit_Grotesk_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Neuzeit Grotesk - Black */
@font-face {
    font-family: "Neuzeit Grotesk";
    src: url('../fonts/NeuzeitGrotesk/Neuzeit_Grotesk_Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* Open Sans - Light */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Open Sans - Regular */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Open Sans - Medium */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Open Sans - SemiBold */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Open Sans - Bold */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Open Sans - ExtraBold */
@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}