
/* Custom Site Colors - Generated automatically */
:root {
    --primary-color: #00b871;
    --secondary-color: #00b365;
}

/* Apply primary color */
.bg-orange-500, .bg-primary {
    background-color: #00b871 !important;
}

.hover\:bg-orange-600:hover, .hover\:bg-primary-dark:hover {
    background-color: #00935a !important;
}

.text-orange-500, .text-primary {
    color: #00b871 !important;
}

.border-orange-500, .border-primary {
    border-color: #00b871 !important;
}

/* Apply secondary color */
.bg-orange-400, .bg-secondary {
    background-color: #00b365 !important;
}

.hover\:bg-orange-500:hover, .hover\:bg-secondary-dark:hover {
    background-color: #008f50 !important;
}

.text-orange-400, .text-secondary {
    color: #00b365 !important;
}

/* Gradient backgrounds */
.bg-gradient-to-r.from-orange-500.to-orange-600 {
    background: linear-gradient(to right, #00b871, #00b365) !important;
}

.hover\:from-orange-600.hover\:to-orange-700:hover {
    background: linear-gradient(to right, #00935a, #008f50) !important;
}
