/**
 * BeautyConnection — Global Styles
 *
 * Design tokens (CSS custom properties) and base resets.
 * Enqueued site-wide before all other BC stylesheets.
 */

/* ===========================================
   Design Tokens
   =========================================== */
:root {
    /* Colors */
    --bc-pink: #D96F96;
    --bc-hot-pink: #EB0056;
    --bc-black: #0A0A0A;
    --bc-white: #FFFFFF;
    --bc-grey: #D2D2D2;
    --bc-soft-grey: #FAFAFA;
    --bc-dark-brown: #3B3336;

    /* Typography */
    --bc-font-heading: 'Prata', serif;
    --bc-font-body: "Mulish", Sans-serif;
}

.e-con>.e-con-inner {
    max-width: 1500px !important;
}