:root {
    /* Colors */
    --primary-color: #2775d3;
    --secondary-color: #6c757d;

    /* Spacing */
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 32px;

    /* Typography */
    --font-family-base: 'Inter', sans-serif;
}