.element.style {
    background-color: #555555;
    
}

.text-primary {
    color: #414042;
    color: #ffffff;
}

.bg-inherit {
    /* background-color: inherit; */
    background-color: #746f6e;
}
*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    color
Sets the color of an element's text

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: white;
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color
Sets the background color of an element.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: #f3f4f6;
    background-color: rgb(198 147 102);
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(255 255 255);
}