/* ==========================================================================
   iGene — Brand colours
   Default brand. Mint green primary, green-to-blue header gradient.
   ========================================================================== */
:root {
    --brand-primary: #62C2A0;
    --brand-primary-dark: #44B08A;
}
