/* =========================
   WYTBEAT DESIGN TOKENS
========================= */

:root {
    --wytbeat-shadow: 8px 8px 0 #000;
    --wytbeat-shadow-hover: 12px 12px 0 #000;
    --wytbeat-border: 1px solid rgba(0,0,0);
    --wytbeat-radius: 0;
    --wytbeat-pink: #FF2E93;
    --wytbeat-black: #0B0B0B;
    --wytbeat-panel: #111111;
    --wytbeat-white: #F5F5F5;
}
}