[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    --menu-item-height: 30%;
    --theme-font-family: 'Quicksand', Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: capitalize;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: rgba(19, 17, 23, 0.7);
    --theme-link-hover-color: var(--theme-palette-color-4);
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type=submit],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn,
.ct-button-secondary-text {
    border-radius: 4px;
    font-family: var(--theme-button-font-family, var(--theme-font-family));
    font-size: var(--theme-button-font-size);
    font-weight: var(--theme-button-font-weight);
    font-style: var(--theme-button-font-style);
    line-height: var(--theme-button-line-height);
    letter-spacing: var(--theme-button-letter-spacing);
    text-transform: var(--theme-button-text-transform);
    -webkit-text-decoration: var(--theme-button-text-decoration);
    text-decoration: var(--theme-button-text-decoration)
}
