/**
 * @license
 *
 * Font Family: Supreme
 * Designed by: Jérémie Hornus, Ilya Naumoff
 * URL: https://www.fontshare.com/fonts/supreme
 * © 2021 Indian Type Foundry
 */

@font-face {
  font-family: "Supreme-Variable";
  src: url("/fonts/Supreme-Variable.woff2") format("woff2"),
    url("/fonts/Supreme-Variable.woff") format("woff");
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 800.0;
*
* available axes:

* 'wght' (range from 100.0 to 800.0)

*/

@font-face {
  font-family: "Supreme-VariableItalic";
  src: url("/fonts/Supreme-VariableItalic.woff2") format("woff2"),
    url("/fonts/Supreme-VariableItalic.woff") format("woff");
  font-weight: 100 800;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Industry";
  src: url("/fonts/Industry-Bold.woff2") format("woff2"),
    url("/fonts/Industry-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

/**
* Roboto
*/
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
