@font-face {
  font-family: 'Satoshi';
  src: url('./Satoshi-Variable.ttf') format('truetype-variations');
  font-weight: 100 900; /* Supports variable weights from 100 to 900 */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('./Satoshi-VariableItalic.ttf') format('truetype-variations');
  font-weight: 100 900; /* Supports variable weights from 100 to 900 */
  font-style: italic;
  font-display: swap;
}

body {
  font-family:
    'Satoshi',
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif;
  line-height: 1.5;
}
