@font-face {
  font-family: 'Dela Gothic One';
  src: url('/assets/fonts/subset-DelaGothicOne-Regular.woff2') format('woff2'),
      url('/assets/fonts/subset-DelaGothicOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2025 Indian Type Foundry
*/

@font-face {
  font-family: 'Clash Grotesk';
  src: url('/assets/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
       url('/assets/fonts/ClashGrotesk-Bold.woff') format('woff'),
       url('/assets/fonts/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('/assets/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
       url('/assets/fonts/ClashGrotesk-Variable.woff') format('woff'),
       url('/assets/fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}


/**
* @license
*
* Font Family: Switzer
* Designed by: Jérémie Hornus
* URL: https://www.fontshare.com/fonts/switzer
* © 2025 Indian Type Foundry
*/


@font-face {
  font-family: 'Switzer';
  src: url('/assets/fonts/Switzer-Black.woff2') format('woff2'),
       url('/assets/fonts/Switzer-Black.woff') format('woff'),
       url('/assets/fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url('/assets/fonts/Switzer-Medium.woff2') format('woff2'),
       url('/assets/fonts/Switzer-Medium.woff') format('woff'),
       url('/assets/fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  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 100.0 to 900.0
*/

@font-face {
  font-family: 'Switzer-Variable';
  src: url('/assets/fonts/Switzer-Variable.woff2') format('woff2'),
       url('/assets/fonts/Switzer-Variable.woff') format('woff'),
       url('/assets/fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}