/* CSS QUE IMPORTA UNA FUENTE PROPIA */

.font-poppins {
  font-family: "Poppins";
}

.font-montserrat {
  font-family: "Montserrat";
}

.font-manrope {
  font-family: "Manrope";
}

/* FUENTES PREINSTALADAS EN TODOS LOS NAVEGADORES */
.font-system-ui{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
} 

.font-segoeui {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.font-arial {
  font-family: Arial, sans-serif;
}

.font-verdana {
  font-family: Verdana, sans-serif;
}

.font-helvetica {
  font-family: Helvetica, sans-serif;
}

.font-tahoma {
  font-family: Tahoma, sans-serif;
}

.font-trebuchet {
  font-family: "Trebuchet MS", sans-serif;
}

/* ESTILO ARTICULO */
.font-courier-new {
  font-family: "Courier New", monospace;
}

.font-garamond {
  font-family: Garamond, serif;
}

.font-times-new-roman {
  font-family: "Times New Roman", serif;
}

.font-georgia {
  font-family: Georgia, serif;
}

/* SITIOS PARA CONVERSION DEL TTF A WOFF O WOFF 2 Y FUNCIONAN */
