:root {
    /* Colors */
    --primary-color: #4285F4;
    --primary-hover: #4f46e5;
    --btn-color: #2914c3;
    
    /* Spacing and Layout */
    --border-radius: 12px;
    --box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
} 