:root {
    --primary: #009688;
    --primary-dark: #00695C;
    --primary-light: #4DB6AC;
    --secondary: #1B2631;
    --accent: #FF5722;
    --text: #1B2631;
    --text-light: #607D8B;
    --background: #F4FAF9;
    --surface: #FFFFFF;
}
