:root {

    --bg-page: #f9fafb;
    --bg-surface: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --primary: #2563eb;
    --primary-light: #60a5fa;
    --accent: #f59e0b;

    --dark: #111827;
    --dark-gray: #374151;

    --light: #f9fafb;
    --white: #ffffff;

    --radius: 14px;

    --shadow:
        0 10px 30px rgba(0,0,0,.08);

    --transition:
        all .3s ease;
}