* {box-sizing:border-box; padding:0; margin:0;}

html {scroll-behavior:smooth; scroll-padding-top:160px;}
body {font-family:var(--defaultFontFamily); background:var(--neutral-300); 
  font-optical-sizing:auto; font-style:normal; font-weight:var(--fw-regular); 
  line-height:1.5; font-size:var(--fs-base-m); color: var(--primary-400);}
h1,h2,h3,h4,h5,h6 {line-height:1.3; margin:0 0 1.75rem 0;}
p {margin:0 0 1.75rem 0;}
ul,ol {margin:0 0 1.75rem 0;}
ul[data-format='list'] {list-style:none; padding-left:0;}
ul li, ol li {margin-bottom:0.5rem;}
strong {font-weight:var(--fw-bold);}

a {transition:var(--transition-default); text-decoration:none; color:var(--secondary-400);}
a:hover {text-decoration:none; color:var(--primary-400);}
a[href^="tel"] {white-space:nowrap;}
main ul {padding-left:1.5rem;}

img,
picture,
svg {max-width:100%; height:auto; display:block;}
iframe {border:0; width:100%;}

@media (prefers-reduced-motion:reduce) {
  /* Remove animations & transitions */
  html {scroll-behavior:auto;}
  *,
  *::before,
  *::after {
    animation-duration:0.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:0.01ms !important;
    scroll-behavior:auto !important;
  }
}