@charset "UTF-8";
/* CSS Document */
/* ===========================
   TIPOGRAFÍAS
   =========================== */

@font-face {
    font-family: "Retro Voice";
    src: url("/assets/fonts/RetroVoice-LightExp.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Retro Voice Italic";
    src: url("/assets/fonts/RetroVoiceI-LightExp.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Aribau Grotesk Light";
    src: url("/assets/fonts/aribau-grotesk-extralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Aribau Grotesk Bold";
  src: url("/assets/fonts/aribau-grotesk-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aribau Grotesk Regular";
  src: url("/assets/fonts/aribau-grotesk-regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
