/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2026 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-Extralight';
    src: url('../fonts/Clash/ClashGrotesk-Extralight.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Extralight.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('../fonts/Clash/ClashGrotesk-Light.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Light.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('../fonts/Clash/ClashGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Regular.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('../fonts/Clash/ClashGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Medium.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('../fonts/Clash/ClashGrotesk-Semibold.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Semibold.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('../fonts/Clash/ClashGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Bold.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('../fonts/Clash/ClashGrotesk-Variable.woff2') format('woff2'),
    url('../fonts/Clash/ClashGrotesk-Variable.woff') format('woff'),
    url('../fonts/Clash/ClashGrotesk-Variable.otf') format('opentype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}

