/*
Theme Name: Intuitus Real Estate
Theme URI: https://intuitus.ca
Author: AI Assistant
Author URI: https://intuitus.ca
Description: A custom, lightweight real estate theme built for Gulrez Khan, featuring a modern interface inspired by top real estate platforms.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intuitus
*/

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Custom Teal Colors for Essence Inspiration */
:root {
    --primary-teal: #0d9488;
    --primary-teal-dark: #0f766e;
    --dark-slate: #1e293b;
}

.bg-primary-teal { background-color: var(--primary-teal); }
.text-primary-teal { color: var(--primary-teal); }
.hover\:bg-primary-teal-dark:hover { background-color: var(--primary-teal-dark); }
