@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url(Recoleta-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 200;
    src: url(Recoleta-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(Recoleta-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(Recoleta-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(Recoleta-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(Recoleta-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(Recoleta-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url(Recoleta-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Recoleta';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(Recoleta-Black.ttf) format('truetype');
}