/*
Theme Name: Alize Real Estate Luxury
Description: A premium, modern real estate WordPress theme featuring GSAP scroll effects and Swiper carousels.
Author: Antigravity AI
Version: 1.0.0
*/

/* Core styles for the theme */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color, #ffffff);
    color: var(--text-color, #111111);
    overflow-x: hidden;
}

/* Fix Tailwind Preflight missing box-sizing */
*, ::before, ::after {
    box-sizing: border-box;
}

/* Base utility classes can go here, but main UI styling will be in assets/css/main.css */
