@font-face {
    font-family: 'Stolzl Bold';
    src: url('../stolzl/Stolzl-Bold.woff2') format('woff2'),
        url('../stolzl/Stolzl-Bold.woff') format('woff'),
        url('../stolzl/Stolzl-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl Light';
    src: url('../stolzl/Stolzl-Light.woff2') format('woff2'),
        url('../stolzl/Stolzl-Light.woff') format('woff'),
        url('../stolzl/Stolzl-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl Book';
    src: url('../stolzl/Stolzl-Book.woff2') format('woff2'),
        url('../stolzl/Stolzl-Book.woff') format('woff'),
        url('../stolzl/Stolzl-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl Medium';
    src: url('../stolzl/Stolzl-Medium.woff2') format('woff2'),
        url('../stolzl/Stolzl-Medium.woff') format('woff'),
        url('../stolzl/Stolzl-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl Thin';
    src: url('../stolzl/Stolzl-Thin.woff2') format('woff2'),
        url('../stolzl/Stolzl-Thin.woff') format('woff'),
        url('../stolzl/Stolzl-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('../stolzl/Stolzl-Regular.woff2') format('woff2'),
        url('../stolzl/Stolzl-Regular.woff') format('woff'),
        url('../stolzl/Stolzl-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

