/* Verlag Font Family */

/* Verlag Extra Light */
@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-XLight.otf') format('opentype'),
         url('../fonts/Verlag-XLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Verlag Light */
@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-Light.otf') format('opentype'),
         url('../fonts/Verlag-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-LightItalic.otf') format('opentype'),
         url('../fonts/Verlag-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

/* Verlag Black */
@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-Black.otf') format('opentype'),
         url('../fonts/Verlag-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/Verlag-BlackItalic.otf') format('opentype'),
         url('../fonts/Verlag-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Verlag Condensed */
@font-face {
    font-family: 'Verlag Condensed';
    src: url('../fonts/VerlagCondensed-XLight.otf') format('opentype'),
         url('../fonts/VerlagCondensed-XLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verlag Condensed';
    src: url('../fonts/VerlagCondensed-Light.otf') format('opentype'),
         url('../fonts/VerlagCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verlag Condensed';
    src: url('../fonts/VerlagCondensed-Book.otf') format('opentype'),
         url('../fonts/VerlagCondensed-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Verlag Compressed */
@font-face {
    font-family: 'Verlag Compressed';
    src: url('../fonts/VerlagCompressed-Bold.otf') format('opentype'),
         url('../fonts/VerlagCompressed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
