/* =========================================================
  TIPOGRAFÍA GLOBAL
  ========================================================= */
body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h2{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
h3{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h6{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}