/*
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: Arial, sans-serif;
    background: #f6f1e7;
    color: #1b1b1b;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}