/* Base CSS - Flexbox layout for sticky footer */
html {
  /* height: 100%; */
}

body {
  /* display: flex; */
  /* flex-direction: column; */
  /* min-height: 100vh; */
  /* Mobile viewport bug fix */
  /* min-height: -webkit-fill-available; */
  /* overscroll-behavior-x: none; */
}

main {
  /* flex: 1 1; */
}
