/*
Theme Name: JAL RealState | Propiedades Online
Theme URI: https://jalrealstate.com
Author: José Londero
Description: Tema premium para Inmobiliaria Digital con Tailwind CSS.
Version: 1.1
Text Domain: jal-realstate
*/

/* Core Fallbacks (in case Tailwind fails to load) */
body {
    font-family: 'Montserrat', sans-serif;
    color: #111827;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.bg-primary {
    background-color: #1e3a8a;
    /* Blue */
}

.bg-secondary {
    background-color: #dc2626;
    /* Red */
}

.text-primary {
    color: #1e3a8a;
}

.text-secondary {
    color: #dc2626;
}

.bg-black {
    background-color: #000000;
}

.text-white {
    color: #ffffff;
}

/* Utilities */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}