/* Bagira Coffee — the only hand-written CSS in the project.
   Everything else is Tailwind utilities (see design_guide.md §2).
   Each rule here exists because Tailwind genuinely cannot express it. */

/* Only what Tailwind genuinely cannot express (see design_guide.md §2). */
.expanded{ font-stretch:125%; }          /* Archivo variable width axis */
.no-bar::-webkit-scrollbar{ display:none; }
.no-bar{ scrollbar-width:none; }
