/*
Theme Name: Garden Court
Theme URI: https://example.com
Author: Pramod Kumar
Description: Custom Real Estate WordPress Theme
Version: 1.0
Text Domain: gardencourt
*/

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f6f1e7;
    color: #1b1b1b;
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6, .accordion-header button {
    font-family: 'Cormorant Garamond', serif;
}

/* BODY TEXT */

body,
p,
li,
a,
span,
input,
textarea,
button {
    font-family: 'Inter', sans-serif;
}

.video-overlay h3{
     font-family: 'Inter', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}