@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Oswald:wght@600&display=swap");:root{--primary-color:#f25c05;--secondary-color:#000;--light-bg:#f5f5f5;--input-bg:#fff;--border-radius:12px}body,html{padding:0;margin:0;font-family:Manrope,Arial,sans-serif;background:#fff;color:var(--secondary-color)}html{scroll-behavior:auto;scroll-padding-top:74px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body.noScroll{overflow:hidden;overscroll-behavior:contain;touch-action:none}@media (max-width:520px){h2[class]{line-height:40px}}