/* Precision lockup: the chip mark beside the full Feerasta wordmark.
   2026-09-21: the wordmark is Logo P, IBM Plex Serif SemiBold 600, Title case, .005em,
   chosen by M. The face ships as a 11 KB Basic Latin subset with its kerning kept
   (fonts/plex-serif-600-wordmark.woff2, SIL OFL 1.1, licence in fonts/OFL-IBM-Plex.txt).
   Shared by the website and the OS preview. tools/precision-brand.py owns the artwork. */
@font-face{font-family:'Feerasta Wordmark';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/plex-serif-600-wordmark.woff2) format('woff2')}
.precision-logo{--wordmark-optical:0em;display:inline-flex;align-items:center;direction:ltr;gap:.36em;color:var(--ivory);font:600 24px/1 'Feerasta Wordmark','IBM Plex Serif',Georgia,serif;letter-spacing:.005em;font-kerning:normal;text-transform:none;white-space:nowrap;vertical-align:middle}
.precision-chip{display:block;width:1.78em;height:1.78em;flex:none;align-self:center;color:var(--gold-soft)}
.precision-logo>span{transform:translateY(var(--wordmark-optical,0em));font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}
.feer-brand .precision-logo{font-size:21px;letter-spacing:.005em;gap:.34em}
.feer-brand .precision-chip{width:40px;height:40px}
.feer-footer-brand .precision-logo{font-size:25px}
.os-brand .precision-logo{font-size:18px;letter-spacing:.005em;gap:.3em}
.os-brand .precision-chip{width:34px;height:34px}
:root[data-theme="light"] .precision-chip{color:var(--gold)}
@media(max-width:600px){
 .feer-brand .precision-logo{font-size:17px;letter-spacing:.005em;gap:.28em}
 .feer-brand .precision-chip{width:32px;height:32px}
 .feer-footer-brand .precision-logo{font-size:22px}
}
