@font-face {
    font-family: Circe;
    src:url(../fonts/Circe-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Circe;
    src:url(../fonts/Circe-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Futura;
    src:url(../fonts/Futura-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Futura;
    src:url(../fonts/Futura-Light.ttf);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Futura;
    src:url(../fonts/Futura-Bold.ttf);
    font-weight: 700;
    font-display: swap
}