@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-Variable.ttf') format('truetype-variations');
  font-weight: 100 900; /* Rango disponible */
  font-style: normal;
}

@font-face {
  font-family: 'Inter Italic';
  src: url('./fonts/Inter-Italic-Variable.ttf') format('truetype-variations');
  font-weight: 100 900; /* Rango disponible */
  font-style: italic;
}


@font-face {
  font-family: 'Lora Italic';
  src: url('./fonts/Lora-Italic.ttf') format('truetype-variations');
  font-weight: 100 900; /* Rango disponible */
  font-style: italic;
}

h1, 
h2, 
h3, 
h4, 
h5, 
body, 
input, 
select, 
strong,
p,
span,
li,
a{
  font-family: 'Inter' !important; 
}

p{
  font-weight: 300;
}

.btn{
	font-family: 'Inter' !important; 
  font-variant: small-caps !important;
  text-transform: lowercase;
}

header .btn{
  text-transform: uppercase;
}

header a{
  font-family: 'Inter' !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}