/* Caprasimo */
@font-face {
    font-family: 'Caprasimo';
    src: url('Caprasimo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Jost Thin */
@font-face {
    font-family: 'Jost';
    src: url('Jost-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Jost Light */
@font-face {
    font-family: 'Jost';
    src: url('Jost-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Jost Regular */
@font-face {
    font-family: 'Jost';
    src: url('Jost-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Jost Medium */
@font-face {
    font-family: 'Jost';
    src: url('Jost-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Jost SemiBold */
@font-face {
    font-family: 'Jost';
    src: url('Jost-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Jost Bold */
@font-face {
    font-family: 'Jost';
    src: url('Jost-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body:not(i) {
    font-family: 'Jost', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, a, span  {
    font-family: 'Caprasimo' !important;
}

