
/* Dynamic CSS Variables */
:root {
    --primary-color: #0046ad;
    --secondary-color: #79b32a;
    --text-color: #333333;
}

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