/*
Theme Name: Muscle Mommy Child
Template: hello-elementor
Version: 1.0.0
*/

/* Global Font System */

:root {
    --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --mm-shell-width: 1640px;
    --mm-shell-gutter: 64px;
}

@media (max-width: 1024px) {
    :root {
        --mm-shell-gutter: 48px;
    }
}

@media (max-width: 767px) {
    :root {
        --mm-shell-gutter: 24px;
    }
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-primary);
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

select::-ms-expand {
    display: none;
}

.woocommerce a.remove,
.woocommerce-page a.remove {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent !important;
    color: #111 !important;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    box-shadow: none !important;
}

.woocommerce a.remove:hover,
.woocommerce a.remove:focus,
.woocommerce-page a.remove:hover,
.woocommerce-page a.remove:focus {
    background: #111 !important;
    color: #fff !important;
}

button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

body {
    font-weight: 400;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:not(.home):not(.front-page) .site-main > :where(.page-content, .entry-content, .wp-block-post-content, .woocommerce) {
    width: min(100% - var(--mm-shell-gutter), var(--mm-shell-width));
    margin-left: auto;
    margin-right: auto;
}
