@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap");:root{--primary:#0a2e5c;--accent:#d32f2f;--secondary:#1565c0;--text:#1a1a1a;--light-gray:#f5f5f5;--white:#fff;--border:#e0e0e0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Cabin,sans-serif;color:var(--text);background:var(--white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif;color:var(--text);margin-bottom:1rem;line-height:1.3}h1{font-size:3rem}h1,h2{font-weight:700}h2{font-size:2.25rem}h3{font-size:1.5rem;font-weight:700}p{margin-bottom:1rem;font-size:1rem;line-height:1.8}a{color:var(--secondary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent)}button{font-family:Cabin,sans-serif;cursor:pointer;transition:all .3s ease;border:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}