/* ========= FONT DEFINITION ========= */
/* ======================================================= */

/* ##############========= Facundo =========############## */


@font-face {
    font-family: 'Facundo';
    font-style: normal;
    font-weight: 400;
    src: local('Facundo Regular'), local('Facundo-Regular'),
        url('../../resources/fonts/facundo_regular.woff2') format('woff2'),
        url('../../resources/fonts/facundo_regular.woff') format('woff');
}
@font-face {
    font-family: 'Facundo';
    font-style: italic;
    font-weight: 400;
    src: local('Facundo RegularIt'), local('Facundo-RegularIt'),
        url('../../resources/fonts/facundo_regular_italic.woff2') format('woff2'),
        url('../../resources/fonts/facundo_regular_italic.woff') format('woff');
}
@font-face {
    font-family: 'Facundo';
    font-style: normal;
    font-weight: 700;
    src: local('Facundo Bold'), local('Facundo-Bold'),
        url('../../resources/fonts/facundo_bold.woff2') format('woff2'),
        url('../../resources/fonts/facundo_bold.woff') format('woff');
}
@font-face {
    font-family: 'Facundo';
    font-style: italic;
    font-weight: 700;
    src: local('Facundo BoldIt'), local('Facundo-BoldIt'),
        url('../../resources/fonts/facundo_bold_italic.woff2') format('woff2'),
        url('../../resources/fonts/facundo_bold_italic.woff') format('woff');
}
