:root {
    --primary: #3F51B5;
    --primary-dark: #283593;
    --primary-light: #7986CB;
    --secondary: #1A1A2E;
    --accent: #FF9800;
    --text: #1A1A2E;
    --text-light: #5C6370;
    --background: #F5F6FA;
    --surface: #FFFFFF;
}
