/* Explain: PulseLab dark launch theme tokens and typography */
:root {
    --primary-color: #00D4FF;
    --primary-hover: #64E7FF;
    --secondary-color: #7B61FF;
    --accent-color: #7B61FF;
    --background-color: #05070A;
    --surface-color: #10151D;
    --carbon-black: #05070A;
    --electric-cyan: #00D4FF;
    --ultraviolet: #7B61FF;
    --soft-white: #F4F8FB;
    --graphite: #2A2F38;
    --text-color: #F4F8FB;
    --text-muted: #A7B4C1;
    --border-color: rgba(244, 248, 251, 0.14);
    --font-heading: 'Space Grotesk', sans-serif;
    --font-body: 'IBM Plex Sans', sans-serif;
    --radius-xl: 1.5rem;
    --shadow-cyan: 0 0 48px rgba(0, 212, 255, 0.28);
    --shadow-violet: 0 0 56px rgba(123, 97, 255, 0.32);
}
