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

@font-face {
  /* Use the same font-family name as defined in tailwind.config.js */
  font-family: 'Clash Grotesk'; 
  /* Adjust the filename if your variable font file has a different name */
  src: url('ClashGrotesk-Variable.woff2') format('woff2'),
       url('ClashGrotesk-Variable.woff') format('woff'); /* Optional: add .ttf if needed */
       /* url('ClashGrotesk-Variable.ttf') format('truetype'); */
  /* Specify the range of weights the variable font supports */
  font-weight: 200 700; 
  font-display: swap; /* Recommended for performance */
  font-style: normal;
}

/* --- Static font definitions removed --- */
