:root {
    --primary: #455A64;
    --primary-dark: #263238;
    --primary-light: #78909C;
    --secondary: #1B2631;
    --accent: #FF7043;
    --text: #1B2631;
    --text-light: #607D8B;
    --background: #F5F7F8;
    --surface: #FFFFFF;
}
