/* TITAN.ATLAS masthead wordmark — set as text in Technovier Thin (Papa, 2026-09-14),
   replacing the image wordmark on every page of both planes.
   The font file is a seven-glyph subset (T I A N L S .) — not a redistributable font. */
@font-face{font-family:"Technovier Thin";src:url("/assets/fonts/technovier-thin-wordmark.woff2") format("woff2"),url("/assets/fonts/technovier-thin-wordmark.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
.wordmark{display:inline-flex;align-items:center;text-decoration:none}
.wordmark .word{display:block;height:auto;width:auto;font-family:"Technovier Thin","Atlas Sans","Work Sans",system-ui,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:.02em;white-space:nowrap;text-transform:uppercase;color:var(--ink,#f1efe9)}
.wordmark[data-scale="docs"] .word{font-size:20px}
.wordmark:hover .word,.wordmark:focus-visible .word{color:var(--ink,#f1efe9)}
