/* Roman */
@font-face {
    font-family: 'QueulatCndSoft';
    src: url('/css/fonts/queulatcndsoft-regular-webfont.woff2') format('woff2'),
         url('/css/fonts/queulatcndsoft-regular-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'QueulatCndSoft';
    src: url('/css/fonts/queulatcndsoft-medium-webfont.woff2') format('woff2'),
         url('/css/fonts/queulatcndsoft-medium-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'QueulatCndSoft';
    src: url('/css/fonts/queulatcndsoft-thinit-webfont.woff2') format('woff2'),
         url('/css/fonts/queulatcndsoft-thinit-webfont.woff') format('woff');
    font-style: italic;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'QueulatCndSoft';
    src: url('/css/fonts/queulatcndsoft-lightit-webfont.woff2') format('woff2'),
         url('/css/fonts/queulatcndsoft-lightit-webfont.woff') format('woff');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'QueulatCndSoft';
    src: url('/css/fonts/queulatcndsoft-blackit-webfont.woff2') format('woff2'),
         url('/css/fonts/queulatcndsoft-blackit-webfont.woff') format('woff');
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}