/* Also fix any text using the variable */
#subscriptions-page-content * {
    color: var(--dark) !important;
}

#subscriptions-page-content a {
    color: var(--dark) !important;
}

/* Also fix any text using the variable */
#services-page-content * {
    color: var(--dark) !important;
}

#services-page-content a {
    color: var(--dark) !important;
}

/* Also fix any text using the variable */
#orders-page-content * {
    color: var(--dark) !important;
}

#orders-page-content a {
    color: var(--dark) !important;
}

/* Also fix any text using the variable */
#tickets-page-content * {
    color: var(--dark) !important;
}

#tickets-page-content a {
    color: var(--dark) !important;
}

/* Also fix any text using the variable */
#dripfeed-page-content * {
    color: var(--dark) !important;
}

#dripfeed-page-content a {
    color: var(--dark) !important;
}