:root {
  --font-heading: 'Supreme';
  --font-paragraph: 'Supreme';
}

@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-VariableItalic.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: italic;
}
