/* COROS webfonts — served statically from /fonts/, NOT bundled.
   Link this from your app's index.html:
     <link rel="stylesheet" href="%PUBLIC_URL%/fonts/coros-fonts.css">
   Bundlers (CRA/webpack) try to resolve absolute url() paths at build time and
   fail; serving these statically sidesteps that and works everywhere. */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap');
@font-face { font-family:'DINCOROS'; src:url('/fonts/dincoros/DINCOROS-Regular.ttf') format('truetype'); font-weight:400; font-display:swap; }
@font-face { font-family:'DINCOROS'; src:url('/fonts/dincoros/DINCOROS-Bold.ttf') format('truetype'); font-weight:700; font-display:swap; }
@font-face { font-family:'DINCOROS'; src:url('/fonts/dincoros/DINCOROS-Black.ttf') format('truetype'); font-weight:900; font-display:swap; }
