*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  background: var(--white, #FFFFFF);
  overflow-x: hidden;
}
a { transition: all .2s; }
img { max-width: 100%; height: auto; }

/* Fix Horizontal Scroll Overflow & Page Shifting */
html, body, #page {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
