/* BRICK TAXES - CORE BRANDING STYLES */

body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden; /* Prevents side-scrolling on mobile */
}

.hero-gradient { 
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%); 
}