/* Tutor Color Variables */
:root {
    /* Primary Colors */
    --tutor-color-primary: #3e64ff;
    --tutor-color-primary-hover: #2d4fdb;
    --tutor-color-primary-light: #e8ecff;
    
    /* Secondary Colors */
    --tutor-color-secondary: #6c757d;
    --tutor-color-secondary-hover: #5a6268;
    
    /* Text Colors */
    --tutor-color-text-primary: #2c3e50;
    --tutor-color-text-secondary: #6c757d;
    --tutor-color-text-muted: #95a5a6;
    --tutor-color-text-light: #bdc3c7;
    
    /* Background Colors */
    --tutor-color-white: #ffffff;
    --tutor-color-light: #f8f9fa;
    --tutor-color-dark: #2c3e50;
    --tutor-color-dark-light: #34495e;
    
    /* Status Colors */
    --tutor-color-success: #28a745;
    --tutor-color-warning: #ffc107;
    --tutor-color-danger: #dc3545;
    --tutor-color-info: #17a2b8;
    
    /* Border Colors */
    --tutor-color-border: #e9ecef;
    --tutor-color-border-light: #f1f3f4;
    
    /* Shadow Colors */
    --tutor-color-shadow: rgba(0, 0, 0, 0.1);
    --tutor-color-shadow-light: rgba(0, 0, 0, 0.05);
    
    /* Overlay Colors */
    --tutor-color-overlay: rgba(0, 0, 0, 0.5);
    --tutor-color-overlay-light: rgba(0, 0, 0, 0.3);
}
