.navigation-main .menu > li > a {
    font-family: inherit !important;
    letter-spacing: 0px;
}

.cat-labels a, .cat-labels .category {
    font-family: inherit !important;

}
input[type=submit], button, input[type=reset] input[type=button], .ts-button {
    -webkit-appearance: none;
    padding: var(--btn-pad, 0 17px);
    font-family: inherit !important;
}

.post-content p, .post-content > div, .post-content > dl, .post-content > iframe, .textwidget p, .textwidget > div, .textwidget > dl, .textwidget > iframe, .wp-block-group__inner-container p, .wp-block-group__inner-container > div, .wp-block-group__inner-container > dl, .wp-block-group__inner-container > iframe {
    margin-bottom: var(--post-content-gaps);
    text-align: right;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    text-align: right;
}
input.wpcf7-form-control.wpcf7-text {
    text-align: right;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    text-align: right !important;
}
.spc-newsletter .fields-style input {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    text-align: inherit;
    font-family: inherit !important;
}