/* ===================================
   CLASH GROTESK FONT DEFINITIONS
   Self-hosted variable font (Fontshare / ITF Free Font License)
   Sole brand typeface for the CreatorFlow website.

   Single variable file covers wght 200-700, replacing the six static
   weights previously loaded from a third-party font CDN.
   License: /font/ClashGrotesk-LICENSE.txt
   =================================== */

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