@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-thin-webfont.woff2') format('woff2'),
        url('mangiola-thin-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-regular-webfont.woff2') format('woff2'),
        url('mangiola-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-italic-webfont.woff2') format('woff2'),
        url('mangiola-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-semibold-webfont.woff2') format('woff2'),
        url('mangiola-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-bold-webfont.woff2') format('woff2'),
         url('mangiola-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-bolditalic-webfont.woff2') format('woff2'),
        url('mangiola-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mangiola';
    src: url('mangiola-extrabold-webfont.woff2') format('woff2'),
        url('mangiola-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



