/* ============================================================
   BEMOVEMENT - FUENTES AUTOALOJADAS
   ============================================================ */

/* MANROPE
   Fuente variable: un solo archivo cubre todos los pesos.
*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-VariableFont_wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

/* BARLOW CONDENSED - 500 */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

/* BARLOW CONDENSED - 600 */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* BARLOW CONDENSED - 700 */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* BARLOW CONDENSED - 800 */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}