:root {
    --primary: #41D2EA;
    --primary-dark: #0D8A9F;
    --primary-light: #E0F2F5;
    --secondary: #232829;
    --accent: #EF3618;
    --text: #263533;
    --text-light: #93A8A6;
    --background: #F8F9F9;
    --surface: #FFFFFF;
}
