
/* Dynamic CSS Variables */
:root {
    --primary-color: #08ddcd;
    --secondary-color: #2a57b2;
    --text-color: #333333;
}

/* You can add additional styles that use these variables here if needed */ 