/* Blockstone ships one typeface: Archivo (Google Fonts), weights 400/500/700/900.
   The live site loads it from the Google Fonts CDN; no font binaries exist in the
   source, so this design system loads it the same way. Swap this @import for local
   @font-face rules if self-hosted files become available. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700;900&display=swap");
