/* Single variable font for multiple weights and styles */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
}

/* Subset the fonts if possible */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

/* Other styles can follow similarly... */
