@font-face {
    font-family: "recoleta";    
    src: url('../fonts/theme-fonts/recoleta-thin.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-thin.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-light.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-light.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-regular.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-regular.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-medium.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-medium.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-semibold.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-semibold.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-bold.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-bold.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url('../fonts/theme-fonts/recoleta-black.woff2') format('woff2'),
        url('../fonts/theme-fonts/recoleta-black.woff') format('woff'),
        url('../fonts/theme-fonts/recoleta-black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi';
    src: url('../fonts/theme-fonts/satoshi-regular.woff2') format('woff2'),
        url('../fonts/theme-fonts/satoshi-regular.woff') format('woff'),
        url('../fonts/theme-fonts/satoshi-regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'satoshi';
    src: url('../fonts/theme-fonts/satoshi-medium.woff2') format('woff2'),
        url('../fonts/theme-fonts/satoshi-medium.woff') format('woff'),
        url('../fonts/theme-fonts/satoshi-medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'satoshi';
    src: url('../fonts/theme-fonts/satoshi-bold.woff2') format('woff2'),
        url('../fonts/theme-fonts/satoshi-bold.woff') format('woff'),
        url('../fonts/theme-fonts/satoshi-bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}