@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Quicksand:wght@400;500;600;700&display=swap');
body { font-family: 'Quicksand', sans-serif; }
h1, h2, h3, h4, h5 { font-family: 'Fredoka', sans-serif; }
h2 { color: #3E9B9B; text-align: center; margin: 12px 0 18px; }
h3 { color: #6E4B2A; margin: 26px 0 8px; }
p { line-height: 1.6; }
.btn, button, input[type="submit"], input[type="button"] { border-radius: 30px !important; }
