/* Extracted from views/contact.ejs inline <style> to satisfy CSP (no-inline-styles) */
body { font-family: 'Inter', sans-serif; background-color: #F3F4F6; color: #1F2937; }
.bg-primary { background-color: #F3F4F6; }
.bg-secondary { background-color: #FFFFFF; }
.bg-accent { background-color: #2563EB; }
.text-accent { color: #2563EB; }
.border-accent { border-color: #2563EB; }
.nav-link { padding: 0.5rem 1rem; border-radius: 9999px; transition: all 0.3s ease; font-weight: 500; white-space: nowrap; color: #4B5563; }
.nav-link.active { background-color: #2563EB; color: #FFFFFF; }
.nav-link:not(.active):hover { background-color: #E5E7EB; color: #1F2937; }
html { scroll-behavior: smooth; }

/* Modal tweaks */
.modal-bg { background-color: rgba(0,0,0,0.4); }
