/* tokens.css — zmienne projektowe DEJW (kolory, fonty, spacing) */

:root {
    --ink: #0b1b30;
    --ink-soft: #38485c;
    --muted: #6c7d90;
    --blue: #0486f8;
    --blue-600: #007ae6;
    --cyan: #45c6ff;
    --navy: #022744;
    --navy-700: #003e74;
    --orange: #f89604;
    --orange-600: #e07f00;

    --bg: #ffffff;
    --bg-2: #f2f7fe;
    --bg-3: #e8f1fc;
    --line: #e4edf7;

    --r: 16px;
    --r-lg: 26px;
    --pill: 999px;
    --container: 1380px;
    --space: clamp(4rem, 8.5vw, 9rem);
    --ease: cubic-bezier(.22, .7, .25, 1);

    --shadow-sm: 0 4px 18px rgba(11, 27, 48, .06);
    --shadow: 0 24px 60px -26px rgba(11, 40, 68, .32);
    --shadow-blue: 0 36px 80px -30px rgba(4, 134, 248, .6);

    --font: 'Plus Jakarta Sans', system-ui, sans-serif;
}
