:root {

    --primary: #2563eb;
    --secondary: #111827;

    --text: #1f2937;
    --light-text: #6b7280;

    --white: #ffffff;
    --light: #f8fafc;
    --border: #e5e7eb;

    --radius: 18px;

    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 10px 30px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.12);

    --transition: all 0.3s ease;

    --container: 1280px;
}