/* FONTS */
@font-face  {
    font-family: "OpenSans-Regular";
    src: url("fonts/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face  {
    font-family: "OpenSans-Bold";
    src: url("fonts/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face  {
    font-family: "Circle-Light";
    src: url("fonts/Circe-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face  {
    font-family: "Circle-Regular";
    src: url("fonts/Circe-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face  {
    font-family: "Circle-Bold";
    src: url("fonts/Circe-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face  {
    font-family: "AGGothic-Book";
    src: url("fonts/AvantGardeGothicC-Book.otf") format("truetype");
    font-display: swap;
}
@font-face  {
    font-family: "AGGothic-Demi";
    src: url("fonts/AvantGardeGothicC-Demi.otf") format("truetype");
    font-display: swap;
}
@font-face  {
    font-family: "AGGothic-DmOblique";
    src: url("fonts/AvantGardeGothicC-DmOblique.otf") format("truetype");
    font-display: swap;
}
@font-face  {
    font-family: "AGGothic-Oblique";
    src: url("fonts/AvantGardeGothicC-Oblique.otf") format("truetype");
    font-display: swap;
}