/* ============================================================
   Damask — combined font entry point
   Consuming HTML imports this ONE file, gets both families.

   Fraunces: variable font via Google Fonts CDN (opsz axis 9→144).
             Drives --ds-display-opsz: 144 at display sizes per tokens.css.
   General Sans: self-hosted @font-face (see general-sans/general-sans.css).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;500;600;700&display=swap');
@import url('./general-sans/general-sans.css');
