@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');
:root{
  --mb-yellow:#ffc100;
  --mb-yellow-dark:#e6ad00;
  --mb-white:#ffffff;
  --mb-black:#000000;
  --mb-bg:#0a0a0a;
  --mb-surface:#151515;
  --mb-surface-2:#1f1f1f;
  --mb-border:#2a2a2a;
  --mb-text:#ffffff;
  --mb-text-muted:#b8b8b8;
  --mb-gradient-gold:linear-gradient(135deg,#ffc100 0%,#ffd84d 50%,#ffc100 100%);
  --mb-gradient-dark:linear-gradient(180deg,#0a0a0a 0%,#151515 100%);
  --mb-radius-sm:8px;
  --mb-radius:14px;
  --mb-radius-lg:22px;
  --mb-shadow:0 10px 30px rgba(0,0,0,0.4);
  --mb-shadow-gold:0 8px 24px rgba(255,193,0,0.35);
  --mb-font-head:'Montserrat',sans-serif;
  --mb-font-body:'Inter',sans-serif;
  --mb-container:1200px;
}