@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Open+Sans:wght@400;600&family=Poppins:wght@600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Open Sans', sans-serif; background-color: #ffffff; color: #414141; line-height: 1.6; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; color: #376435; }
h1 { font-size: 3rem; font-family: "Bubblegum Sans", sans-serif; font-weight: 300; }
h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } p { font-size: 1.1rem; }
a { color: #376435; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
