/* app.css — static-site layer on top of the Ecomrazbor design-system kit.
   Smooth in-page anchor scrolling, offset for the sticky header.
   kit.css disables smooth scroll under prefers-reduced-motion. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

/* mega-wordmark must not overflow the viewport on phones */
@media (max-width: 720px) {
  .er-mega-wordmark { font-size: 11vw; }
}
