/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'Supreme';
  src: url('src/supreme-variable.woff2') format('woff2'),
       url('src/supreme-variable.woff') format('woff'),
       url('src/supreme-variable.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'Supreme';
  src: url('src/supreme-variableitalic.woff2') format('woff2'),
       url('src/supreme-variableitalic.woff') format('woff'),
       url('src/supreme-variableitalic.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: italic;
}
