/* SWD's official typefaces and palette; provenance in docs/branding.md. */
@font-face { font-family: Surt; src: url('/assets/brand/surt.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Surt; src: url('/assets/brand/surt-semibold.woff') format('woff'); font-style: normal; font-weight: 600 900; font-display: swap; }
@font-face { font-family: 'Surt Expanded'; src: url('/assets/brand/surt-expanded.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Albra; src: url('/assets/brand/albra.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }
:root { --swd-charcoal: #393634; --swd-linen: #f5efe9; --swd-black: #151515; }
