/**
 * @license
 *
 * Font Family: Clash Grotesk
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-grotesk
 * © 2022 Indian Type Foundry
 *
 * Font Style:
 * Clash Grotesk Variable(Variable font)
 *
*/

/**
* This is a variable font
* You can controll 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: "Clash Grotesk";
    src: url("../fonts/ClashGrotesk-Variable.woff2") format("woff2"),
        url("../fonts/ClashGrotesk-Variable.woff") format("woff"),
        url("../fonts/ClashGrotesk-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}
