/* Self-hosted brand font — NO external CDN. Roboto Slab sets the "solutions.io"
   brand word (latin-subset variable woff2 served locally from /fonts). The UI
   font (Inter) is Filament's own bundled, fully-local "Inter Variable" — no
   ->font() override, so no external BunnyFontProvider is used. */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/roboto-slab-latin.woff2') format('woff2');
}
