@font-face {
    font-family: 'Arada-Anantara-Headline-Bold';
    src: url('../fonts/anantara/ChamberiDisplay-SemiBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arada-Anantara-Sub-Heading';
    src: url('../fonts/anantara/freightneoprosemi.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arada-Anantara-light';
    src: url('../fonts/anantara/freightneopromed.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* General Styles */
body, p, ul, ol, th, td, input, textarea, select {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}
.section-title h2 {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}

h1, h3, h4 {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}
.rounded-content h2 .counter-val {
    font-family: 'Arada-Anantara-Headline-Bold', 'Times New Roman', Times, serif !important;
}

h2 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}
a {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}

.hero-overlay h1,
.find-property-button,
.menu-top-navigation .nav-button > a {
    font-family: 'Arada-Anantara-Headline-Bold', 'Times New Roman', Times, serif !important;
}

/* Specific Components */
.image-to-text-right-in p, .image-to-text-right-in li {
    font-family: 'Arada-Anantara-light' !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-variant-numeric: tabular-nums !important;
}

.rounded-content p {
    font-family: 'Arada-Anantara-light' !important;
    font-weight: bold !important;
    letter-spacing: 0.030em !important;
}


.button-style-1, .footer-right input[type=submit] {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif;
    background-color: #fff;
    padding: 0 30px;
    height: 40px;
    cursor: pointer;
}

/* Colors */
.menu-top-navigation .nav-button > a,
section.footer,
.find-property-outer .section-title,
.property-form-group.property-form-group-button .button-style-1,
.find-property-button {
    background-color: #A48E82 !important;
}

#header a.arada-brand img {
    width: 150px;
    max-width: 100%;
}

.rtl .wpcf7-form-control {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}

.property-form-group label {
    font-family: 'Arada-Anantara-light' !important;
}

body.rtl .property-form-group label {
    font-family: 'Arada-Anantara-light' !important;
}

body.rtl .button-style-1 {
    font-family: 'Arada-Anantara-Sub-Heading', 'Times New Roman', Times, serif !important;
}

body.rtl .property-form-group.property-form-group-button .button-style-1 {
    margin-top: 34px !important;
}