/* Webfonts.
   SUBSTITUTION NOTE: Carry has no licensed brand fonts on file. These three Google
   families were selected as the brand faces and are served from the Google Fonts CDN.
   If real font binaries arrive, drop them in assets/fonts/ and replace the @import
   below with local @font-face rules using the same family names. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap");

:root{
  --font-display:"Archivo","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-text:"Instrument Sans","Archivo","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-mono:"Geist Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;
}
