/* Webfonts are served from Google Fonts (see the remote @import in styles.css).
   No brand font binaries were supplied with the identity manual. Bricolage Grotesque
   (variable, opsz 12..96 / wght 200..800) carries display + UI; Onest carries long-form
   body. If MOVU licenses other files, drop the .woff2 in assets/fonts/ and replace the
   families below with local @font-face rules. */
:root{
  --font-display:"Bricolage Grotesque","Helvetica Neue",Arial,sans-serif;
  --font-body:"Onest","Helvetica Neue",Arial,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
