/* =========================================================================
   Wavez Creatives — Design tokens
   CSS custom properties for the approved palette already used (as hardcoded
   hex) throughout landing.css / marketplace.css / admin.css and every view.
   Additive only — existing rules keep their literal hex values; new mobile
   rules reference these vars instead of hardcoding new hex.
   ========================================================================= */
:root {
  --wz-bg: #0B0F12;
  --wz-bg-alt: #0a0d10;
  --wz-card: #151A1F;
  --wz-border: #232A31;
  --wz-border-soft: #1a2128;
  --wz-green: #0D7A5F;
  --wz-green-bright: #22C55E;
  --wz-gold: #F5C242;
  --wz-text: #ffffff;
  --wz-text-body: #cdd3da;
  --wz-text-muted: #A9B1BA;
  --wz-text-faint: #7d8893;
  --wz-text-dim: #5f6b75;
  --wz-danger: #EF4444;
  --wz-touch: 44px;
}
