/* Utility helpers for recurring brand colors and accents */
.text-brand-primary {
    color: #12bfba;
}

.text-brand-dark {
    color: #2d3748;
}

.bg-brand-primary {
    background-color: #12bfba;
}

.bg-brand-mint {
    background-color: #d6f5f4;
}

.border-brand-primary {
    border-color: #12bfba;
}

.bg-brand-soft-gradient {
    background: linear-gradient(to bottom right, #d6f5f4, #ebf8ff);
}

.h-chart-400 {
    height: 400px;
}

.hero-content-offset {
    margin-top: -4rem;
}

.icon-stroke-white-strong {
    stroke: white !important;
    stroke-width: 2.5;
}
