/* ============================================================
   7modes Design System — single entry point
   Link this one file and you get fonts, tokens, base typography,
   and the component library.
     <link rel="stylesheet" href="styles.css">
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Outfit:wght@200;300;400;500&family=DM+Mono:wght@300;400&display=swap');
@import url('colors_and_type.css');
@import url('components.css');
