/* Custom fonts available across the app's mockup designer and text overlay.
   Loaded directly from /public via a <link> in index.html so webpack never
   tries to resolve the url() paths as bundled modules.

   Licensing note: TT Octosquares Trial is for proofs/mockups only — purchase a
   full license from typetype.foundry before using on production garments you
   sell commercially. */

/* Declare the font once with the FRIENDLY display name we want users to see
   in the dropdown. We use font-weight: normal (not 800) so the browser will
   happily match it regardless of CSS weight requests — the font itself is
   ExtraBold already by design. */
@font-face {
    font-family: "TT Octosquares ExtraBold";
    src: url("/fonts/TT-Octosquares-Condensed-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
