/* =========================================================
   CUSTOM CSS CONHECTOR
========================================================= */

/* Aquí meteremos el CSS real del proyecto */

/* =========================================================
   TIPOGRAFÍA GLOBAL
========================================================= */

body {
   font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ct-button,
button {
   font-family: 'Exo 2', sans-serif;
}