/* FONTS */

/* NUNITO SANS */
@font-face {
    font-family: 'Nunito Italic';
    src: url('fonts/Nunito/NunitoSans-Italic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Extra Bold Italic';
    src: url('fonts/Nunito/NunitoSans-ExtraBoldItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Extra Light';
    src: url('fonts/Nunito/NunitoSans-ExtraLight.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Bold';
    src: url('fonts/Nunito/NunitoSans-Bold.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Extra Bold';
    src: url('fonts/Nunito/NunitoSans-ExtraBold.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Extra Light Italic';
    src: url('fonts/Nunito/NunitoSans-ExtraLightItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Bold Italic';
    src: url('fonts/Nunito/NunitoSans-BoldItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Black';
    src: url('fonts/Nunito/NunitoSans-Black.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Light Italic';
    src: url('fonts/Nunito/NunitoSans-LightItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Light';
    src: url('fonts/Nunito/NunitoSans-Light.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Semi Bold';
    src: url('fonts/Nunito/NunitoSans-SemiBold.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Black Italic';
    src: url('fonts/Nunito/NunitoSans-BlackItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Regular';
    src: url('fonts/Nunito/NunitoSans-Regular.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Semi Bold Italic';
    src: url('fonts/Nunito/NunitoSans-SemiBoldItalic.ttf') format('truetype');
    src: url('fonts/Nunito/NunitoSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* RECOLETA */
@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta/Recoleta-Regular.woff') format('woff'),
        url('fonts/Recoleta/Recoleta-Regular.ttf') format('truetype'), url('fonts/Recoleta/Recoleta\ Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}