:root {
    /* Cores — dark + ciano elétrico */
    --bg-0: #07070b;
    --bg-1: #0d0d14;
    --bg-2: #14141f;
    --bg-3: #1c1c2a;

    --text-0: #f5f7fa;
    --text-1: #c8ccd6;
    --text-2: #7a7f8c;
    --text-3: #4a4e5a;

    --accent: #00e5ff;
    --accent-dim: #00b8cc;
    --accent-glow: rgba(0, 229, 255, 0.35);

    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(0, 229, 255, 0.25);

    /* Tipografia */
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* Escala */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --space-9: 6rem;
    --space-10: 8rem;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;

    --container: 1120px;

    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
