
/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
header.scrolled { box-shadow: 0 6px 18px rgba(17,24,39,0.08); }
#mobileMenu a { color: #f0f0f0!important; }
form input:focus, form textarea:focus { outline: none; box-shadow: 0 0 0 3px rgba(139,0,0,0.08); border-color: #8B0000; }
.text-2xl{
	line-height: 4em!important;
}