/*
 * G1-05 global structural primitives only.
 * Page palette, section geometry, page-specific scroll offset and responsive composition do not live here.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

.site-main {
  display: block;
}
