/* SST · Soneium Ambassadors dashboard
   One family name "SST" mapped across weights, so CSS uses font-weight not font-family.
   Japanese faces are appended to the same stack and only render CJK glyphs.
   Convert .woff to .woff2 before shipping, see README. */

/* Trimmed 28 Aug 2026. The CSS uses weights 400, 500, 600, 700 and 800,
   and italic nowhere. 600 and 800 have no face of their own and are
   synthesised from 700 and 900, which is what was already happening.
   Dropped: both italics of every weight, UltraLight 200, Light 300, all
   three Condensed faces (referenced by no stylesheet), and every
   Japanese face.

   SST JP went on 31 Aug 2026. It was unicode-range gated to kana and
   CJK, so it never downloaded, but the file was 2.5 MB and rode in every
   deploy: bigger than the whole rest of the site. Measured before
   removing: zero CJK characters across the roster and all 69 content
   rows, and the three Korean rows use Hangul, which was outside its
   range anyway. If Japanese text ever appears the system font renders
   it, which is what happens on every other site.

   Of the six faces here, only three are ever fetched: Roman, Medium and
   Typewriter Roman. Bold, Heavy and Typewriter Bold are declared and
   cost nothing until a rule needs them, so they stay. */

@font-face{font-family:"SST";src:url("SST-Roman.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"SST";src:url("SST-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"SST";src:url("SST-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"SST";src:url("SST-Heavy.woff") format("woff");font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:"SST Typewriter";src:url("SSTTypewriter-Roman.woff") format("woff");font-weight:400;font-display:swap}
@font-face{font-family:"SST Typewriter";src:url("SSTTypewriter-Bd.woff") format("woff");font-weight:700;font-display:swap}
