:root {
    /* Màu chính */
    --primary-color: #006b68;
    --primary-dark: #004d4a;
    --primary-darker: #003d3a;
    --primary-nav: #005651;

    /* Màu nền */
    --bg-white: #fff;
    --bg-light: #f3f5f7;
    --bg-gray: #e9edf0;
    --bg-gray-light: #f5f7fa;
    --bg-gray-hover: #f5f5f5;
    --bg-gray-border: #e0e4e8;
    --bg-dark: #2A2A2A;
    --bg-dark-light: #393939;

    /* Màu chữ */
    --text-primary: #454545;
    --text-secondary: #454546;
    --text-gray: #666;
    --text-light-gray: #999;
    --text-white: #fff;
    --text-dark: #333;
    --text-breadcrumb: #a1a8ab;

    /* Màu border và divider */
    --border-gray: #e0e4e8;
    --border-light: #f8f8f8;
    --divider-gray: #ccc;
    --divider-dark: #666;

    /* Màu icon và accent */
    --icon-color: #006b68;
    --icon-gray: #c4c9cc;
    --accent-success: #6EE7B7;
    --accent-success-dark: #34D399;

    /* Màu cart và notification */
    --cart-badge: #e74c3c;
    --cart-badge-hover: #c0392b;

    /* Màu social media */
    --social-twitter: #00aced;
    --social-twitter-hover: #0084b4;
    --social-facebook: #3B5997;
    --social-facebook-hover: #2d4372;
    --social-googleplus: #D64937;
    --social-googleplus-hover: #b53525;
    --social-pinterest: #c8232c;
    --social-pinterest-hover: #b0171f;
    --social-linkedin: #0074A1;
    --social-linkedin-hover: #006288;
    --social-github: #000000;
}
