/* Nunito Font - Self-hosted */

/* weight 400 */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/nunito/nunito-latin-400-normal.woff2') format('woff2'),
    url('/fonts/nunito/nunito-latin-400-normal.woff') format('woff');
}

/* weight 600 */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/nunito/nunito-latin-600-normal.woff2') format('woff2'),
    url('/fonts/nunito/nunito-latin-600-normal.woff') format('woff');
}

/* weight 700 */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/nunito/nunito-latin-700-normal.woff2') format('woff2'),
    url('/fonts/nunito/nunito-latin-700-normal.woff') format('woff');
}
