:root {
    --orange-primary: #e67e22;
    --orange-light: #f39c12;
    --orange-dark: #d35400;
    --blue-primary: #2c3e50;
    --blue-accent: #3498db;
    --blue-light: #5dade2;
    --cream: #fdf6e3;
    --white: #ffffff;
    --gray-light: #f8f9fa;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --font-body: 'Nunito', sans-serif;
    --font-heading: 'Quicksand', sans-serif;
}
