@font-face {
    font-family:'Noto Sans';
    src: url(../images/NotoSans-Bold.woff2) format('woff2'),
        url(../images/NotoSans-Bold.woff) format('woff');
    font-weight:700;
    font-style:normal;
    font-display:swap
}
@font-face {
    font-family:'Noto Sans';
    src: url(../images/NotoSans.woff2) format('woff2'),
        url(../images/NotoSans.woff) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face {
    font-family:'Noto Sans';
    src: url(../images/NotoSans-Italic.woff2) format('woff2'),
        url(../images/NotoSans-Italic.woff) format('woff');
    font-weight:400;
    font-style:italic;
    font-display:swap
}
@font-face { 
    font-family:'Noto Sans';
    src: url(../images/NotoSans-BoldItalic.woff2) format('woff2'),
        url(../images/NotoSans-BoldItalic.woff) format('woff');
    font-weight:700;
    font-style:italic;
    font-display:swap
}
@font-face { 
    font-family:'Arial Rounded MT';
    src: url(../images/arial-mt.woff2) format('woff2'),
        url(../images/arial-mt.woff) format('woff');
    font-weight:700;
    font-display:swap
}


@font-face {
    font-family: 'Nunito';
    src: url(../images/Nunito-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url(../images/Nunito-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url(../images/Nunito-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}
