/* Dynamic Theme Styles - Generated for region: cd */

:root {
    --primary: #1065D1;
    --secondary: #2DB0CE;
    --accent: #E0BF65;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
    --text-light: #999999;
    --bg-light: #f8f9fa;
    --bg-section: #F5F7FA;
    --white: #ffffff;
    --footer-bg: #1E1E2D;
    --font-heading: Oswald, sans-serif;
    --font-body: Poppins, sans-serif;
    --section-padding: 80px;
    --container-width: 1200px;
}

