body,
body button,
body input,
body select,
body textarea {
    font-family: var(--dcshop-custom-font-family, inherit);
}

body *:not(.layui-icon):not(.fa):not(.fab):not(.far):not(.fas):not([class^="fa-"]):not([class*=" fa-"]):not([class^="ri-"]):not([class*=" ri-"]) {
    font-family: var(--dcshop-custom-font-family, inherit) !important;
}

@media (max-width: 768px) {
    body .input-field-header > .input-field-input {
        min-width: 0;
        max-width: 100%;
    }
}
