/* Canonical top-left brand wordmark.
   Source of truth: #site-nav .nav-logo in /includes/nav.html
   Orbitron 900 / .85rem / .15em / #f0e8d8, TO in gold.
   Linked only by pages that do NOT use the shared nav include. */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');

.logo-text,
.header-brand {
    font-family: 'Orbitron', monospace !important;
    font-weight: 900 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.15em !important;
    color: #f0e8d8 !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
}

.logo-text .logo-to,
.header-brand .logo-to { color: #d4a84b !important; }
