:root {
    --primary-color: #0077B6; /* Ocean Blue */
    --secondary-color: #FFD166; /* Golden Yellow */
    --accent-color: #EF476F; /* Coral Red */
    --background-color: #F1F3FF; /* Mist Lavender */
    --dark-contrast-color: #073B4C; /* Midnight Navy */
    --text-base-color: #333333; /* Slate Gray */
}