@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

/* One text family across the application and standalone website pages.
   The family-only override covers legacy component shorthands and generated
   inline styles while preserving their sizes, weights, italics and spacing.
   Icons and cover artwork remain SVGs/images, not font glyph replacements. */
:root {
  --selebox-font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font: var(--selebox-font) !important;
}
html,
body,
body *,
body *::before,
body *::after {
  font-family: var(--selebox-font) !important;
}
