/* IBM Plex Mono is an addition, not part of the C_BASE corporate design —
   used only for technical numerals (SKU, frame size, weight, spec tables). */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap");

/* C_BASE webfonts — Britanica (supplied by C_BASE, 2026-09-22).
   Files: assets/fonts/*.ttf
   Cuts in use:
     Light 300                       — long-form lead-ins only, never < 18px
     Regular 400 (normal + semi-exp) — body copy
     Bold 700                        — headings H2–H4, labels, buttons
     Extra Bold Semi Expanded 800    — display cut, uppercase claims
   The semi-expanded cuts are exposed as the "Britanica SemiExpanded" family so
   --font-display and --font-sans can resolve to different widths. */

@font-face{font-family:"Britanica";src:url("../assets/fonts/Britanica-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Britanica";src:url("../assets/fonts/Britanica-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Britanica";src:url("../assets/fonts/Britanica-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Britanica";src:url("../assets/fonts/Britanica-ExtraBoldSemiExpanded.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}

@font-face{font-family:"Britanica SemiExpanded";src:url("../assets/fonts/Britanica-RegularSemiExpanded.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Britanica SemiExpanded";src:url("../assets/fonts/Britanica-ExtraBoldSemiExpanded.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}
