
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
  /*CORREGIDO*/
       url('fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),
  /*CORREGIDO*/
       url('fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}





/* ==========================================================================
   Jerarquía tipográfica
   ========================================================================== */


   body {
    align-items: center;
  margin: 4rem;
  font-family: "Satoshi-Variable";

}

a{
  text-decoration: none;
}

h1{
  font-size: clamp(4rem, 7vw, 5rem);
  font-weight: 800; 
  line-height: 1.1;
  margin-bottom: 0em;
}

h2{
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}

h3{
  font-variation-settings: "wght" 500;
  font-size: 1.5em;
  margin-bottom: 0.1em;
  margin-top: 2.5em;
}

h4{
  font-family: 'Inter Light';
  color:white;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
}


h5{
  font-family: "Satoshi-VariableItalic";
  font-variation-settings: "wght" 500;
  font-size: 1em;
  margin-bottom: 0.3em;
  margin-top: 0em;
}

p{
  font-variation-settings: "wght" 350;
  font-size: 1.2em;
  margin-top: 0.1em;
}

em{
  font-family: "Satoshi-VariableItalic";
}

strong{
  font-variation-settings: "wght" 700;
}

hr{
  margin-bottom: 2em;
}

.small {
  font-variation-settings: "wght" 200;
  font-size: 0.8em;
  margin-bottom: 0.2em;
}

.satoshi{
  font-family: "Satoshi-Variable";
    font-variation-settings: "wght" 350;
}
