/* =========================================================
   SuperPanel — Manrope only (DESIGN LOCK)
   Load this stylesheet LAST. Do not add other fonts.
   ========================================================= */

:root {
  --font: "Manrope", system-ui, sans-serif !important;
  --font-sans: "Manrope", system-ui, sans-serif !important;
  --display: "Manrope", system-ui, sans-serif !important;
  --lux: "Manrope", system-ui, sans-serif !important;
}

html,
body,
body *,
body *::before,
body *::after {
  font-family: "Manrope", system-ui, sans-serif !important;
}

/* Keep icons/SVG text from inheriting weird stacks */
svg,
svg * {
  font-family: "Manrope", system-ui, sans-serif !important;
}
