/* RSL-Scan Markenauftritt (Logo A "Aufsteiger") -- Schrift selbst gehostet */
@font-face {
  font-family: 'Sora';
  src: url('/static/brand/sora-latin.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
}
.rs-wordmark { font-family: 'Sora', 'Inter', system-ui, sans-serif; font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; }
.rs-wordmark .rs-scan { font-weight: 600; color: #2563eb; }
[data-theme="dark"] .rs-wordmark .rs-scan { color: #60a5fa; }
.logo-icon.rs-has-logo { background: none !important; padding: 0 !important; overflow: hidden; }
.logo-icon.rs-has-logo img { display: block; width: 100%; height: 100%; }
