/* Founders Cabinet — webfonts
   Display: BW Gradual — the brand's real display face (TypeMates), now self-hosted
            from the uploaded .otf files. Light for tracked caps, Bold for the
            weighted word; full family wired for completeness.
   Body:    Mona Sans — exact brand face, from Google Fonts (SIL OFL). */
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ── BW Gradual (self-hosted) ─────────────────────── */
@font-face{font-family:'BW Gradual';font-style:normal;font-weight:300;font-display:swap;src:url('BwGradual-Light.otf') format('opentype')}
@font-face{font-family:'BW Gradual';font-style:normal;font-weight:700;font-display:swap;src:url('BwGradual-Bold.otf') format('opentype')}
