/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2024 Indian Type Foundry
*
* Clash Grotesk Extralight 
* Clash Grotesk Light 
* Clash Grotesk Regular 
* Clash Grotesk Medium 
* Clash Grotesk Semibold 
* Clash Grotesk Bold 
* Clash Grotesk Variable (Variable font)

*
*/
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Extralight.woff2") format("woff2"),
    url("ClashGrotesk-Extralight.woff") format("woff"),
    url("ClashGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Light.woff2") format("woff2"),
    url("ClashGrotesk-Light.woff") format("woff"),
    url("ClashGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Regular.woff2") format("woff2"),
    url("ClashGrotesk-Regular.woff") format("woff"),
    url("ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Medium.woff2") format("woff2"),
    url("ClashGrotesk-Medium.woff") format("woff"),
    url("ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Semibold.woff2") format("woff2"),
    url("ClashGrotesk-Semibold.woff") format("woff"),
    url("ClashGrotesk-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src:
    url("ClashGrotesk-Bold.woff2") format("woff2"),
    url("ClashGrotesk-Bold.woff") format("woff"),
    url("ClashGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "ClashGrotesk-Variable";
  src:
    url("ClashGrotesk-Variable.woff2") format("woff2"),
    url("ClashGrotesk-Variable.woff") format("woff"),
    url("ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
