@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2-variations'),
       url('../fonts/satoshi/Satoshi-Variable.woff') format('woff-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2-variations'),
       url('../fonts/satoshi/Satoshi-VariableItalic.woff') format('woff-variations');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

html { -webkit-font-smoothing: antialiased; }
body, * { font-family: 'Satoshi', sans-serif !important; }
