@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Syne:wght@400..800&display=swap');
@font-face {
    font-family: 'Cicle';
    src: url('ciclefina.woff2') format('woff2'),
        url('ciclefina.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('cormorantgaramond-medium.woff2') format('woff2'),
        url('cormorantgaramond-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Helvetica';
    src: url('helvetica.woff2') format('woff2'),
        url('helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Helvetica';
    src: url('helvetica-bold.woff2') format('woff2'),
        url('helvetica-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}