/* style/resources-hit-club-customer-support.css */

/* Variables for colors */
:root {
    --page-resources-hit-club-customer-support-primary-color: #007BFF; /* Deep Blue */
    --page-resources-hit-club-customer-support-secondary-color: #FFD700; /* Gold */
    --page-resources-hit-club-customer-support-text-dark: #333333; /* Dark text for light backgrounds */
    --page-resources-hit-club-customer-support-text-light: #FFFFFF; /* Light text for dark backgrounds */
    --page-resources-hit-club-customer-support-background-light: #F8F9FA; /* Light background */
    --page-resources-hit-club-customer-support-background-dark: #0056b3; /* Darker blue for contrast */
    --page-resources-hit-club-customer-support-accent-orange: #ff8400; /* Complementary to primary */
}