/* Tailwind CSS Direct Compiled Production Core Styles */
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

body {
    font-family: 'Cairo', 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
}

.bg-navy { background-color: #6E1D2C !important; }
.text-navy { color: #6E1D2C !important; }
.bg-gold { background-color: #C7A253 !important; }
.text-gold { color: #C7A253 !important; }
.border-gold { border-color: #C7A253 !important; }
.hover\:bg-gold-hover:hover { background-color: #AD883C !important; }
