/* =========================================================
   MuseNest — Slippy Custom Font
   Served from /public/fonts/
   Load this AFTER Bootstrap so :root vars take precedence.
   ========================================================= */

@font-face {
  font-family: 'Slippy';
  src: url('/fonts/Slippy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Slippy';
  src: url('/fonts/Slippy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Slippy';
  src: url('/fonts/Slippy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Override Bootstrap CSS variables so Slippy propagates through
   all Bootstrap components that reference --bs-body-font-family */
:root {
  --bs-font-sans-serif:    'Slippy', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --bs-body-font-family:   'Slippy', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Direct reset — catches non-Bootstrap pages and edge cases */
body {
  font-family: 'Slippy', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
