/* Force block display for display fonts to prevent cursive flash */
@font-face {
  font-family: 'Bangers';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Bangers'), local('Bangers-Regular');
}
@font-face {
  font-family: 'Boogaloo';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Boogaloo'), local('Boogaloo-Regular');
}
:root{
  --orange:#FF6B1A;--orange-d:#CC4400;--gold:#FFD700;
  --kids-purple:#9B30FF;--kids-pink:#FF4DA6;--kids-green:#00D068;--kids-yellow:#FFE01A;
  --bg:#06040A;--bg-mid:#130F1E;--surface:rgba(255,255,255,.04);--border:rgba(255,255,255,.08);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Nunito',sans-serif;background:var(--bg);color:#fff;overflow-x:hidden;}
