/* Verlag Font Family */

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

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

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

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

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

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

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

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

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

