@font-face {
    font-family: 'Recoleta';
    src: url('Recoleta-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('Recoleta-SemiBold.woff2') format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStdBook.otf') format("opentype"),
    		url('CircularStdBook.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStdMedium.otf') format("opentype"),
    		url('CircularStdMedium.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('CircularStdBold.otf') format("opentype"),
    		url('CircularStdBold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
}