@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Bold.woff2') format('woff2'),
        url('../fonts/MadaniArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Regular.woff2') format('woff2'),
        url('../fonts/MadaniArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --rtl-font: 'MadaniArabic',sans-serif;
}

body, button, input, select, textarea, .ast-button, .ast-custom-button, h1, .entry-content h1, h2, .entry-content h2,
h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a,
body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container {
    font-family: var(--rtl-font) !important;
}

input[type=email], input[type=number], 
input[type=password], input[type=reset], 
input[type=search], input[type=tel], 
input[type=text], input[type=url], select, textarea {
    text-align: right !important;
}

.wpcf7 form {
    text-align: right !important;
}

.wpcf7-spinner {
    float: left !important;
}