/* Aurora Circuit – Shared variables */

:root {
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;

    --container-width: 1100px;

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

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 48px;

    --shadow-soft: 0 12px 25px rgba(15, 23, 42, 0.25);
    --shadow-strong: 0 18px 40px rgba(15, 23, 42, 0.4);

    --border-subtle: 1px solid rgba(148, 163, 184, 0.35);

    --transition-fast: 0.18s ease-out;
    --transition-med: 0.22s ease-out;
}
