:root {
    /* Hair Care Theme Colors */
    --hc-primary: #1b5e20;
    --hc-secondary: #2e7d32;
    --hc-accent: #f9a825;
    --hc-soft: #e8f5e9;
    --hc-dark: #0d3b15;
    --hc-light: #f8fbf9;
    --hc-text: #3e4b3e;
    --hc-border: #c5d4c5;

    /* Bootstrap overrides */
    --bs-primary: #2e7d32;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-danger: #dc3545;
    --header-bg: #ffffff;
    --footer-bg: #0d3b15;
}
