html,
html[lang] {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  margin-top: 0 !important;
}

*,
*::before,
*::after,
*:focus {
  box-sizing: inherit;
}

body.is-not-interactive * {
  transition: none !important;
}

body {
  --v-adminbar__height: 0px;

  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--v-font-family__default);
  font-size: var(--v-font-size__default);
  line-height: var(--v-line-height__default);
  font-weight: var(--v-font-weight__default);
  color: var(--v-color__dark--alt1);
  background-color: var(--v-color__light);
  text-underline-offset: 3px;
}

figure,
picture,
video {
  padding: 0;
  margin: 0;
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  transition: var(--v-transition__default);
}

a:hover {
  text-decoration: none;
}

a.is-picture-a {
  display: block
}

img,
svg,
video {
  width: auto;
  height: auto;
  max-width: 100%;
}

figure img,
picture img {
  display: block;
  width: 100%;
}

audio,
iframe {
  display: block;
  width: 100%;
}

iframe {
  border: none;
  overflow: auto;
}

mark {
  background-color: transparent;
  font-weight: var(--v-font-weight__default--bold);
}

strong {
  font-weight: var(--v-font-weight__default--bold);
}

h1, .t-h1,
h2, .t-h2,
h3, .t-h3,
h4, .t-h4,
h5, .t-h5,
h6, .t-h6 {
  font-family: var(--v-font-family__default);
  font-weight: var(--v-font-weight__default--bold);
  line-height: 1.3;
}

h1, .t-h1 {
  font-size: var(--v-font-size__h1);
}

h2, .t-h2 {
  font-size: var(--v-font-size__h2);
}

h3, .t-h3 {
  font-size: var(--v-font-size__h3);
}

h4, .t-h4 {
  font-size: var(--v-font-size__h4);
}

h2 a,
.t-h2 a {
  text-decoration: none;
}

h1 em {
  font-style: normal;
  font-weight: var(--v-font-weight__default);
  font-size: var(--v-font-size__default);
}

h1, .t-h1,
h2, .t-h2,
h3, .t-h3,
h4, .t-h4,
h5, .t-h5,
h6, .t-h6,
p,
ul,
ol,
address {
  padding: 0;
  margin: 0 0 var(--v-spacing__p) 0;
}

ul,
ol {
  padding-left: 18px;
}

table,
table th,
table td {
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

pre {
  font-size: 12px;
  line-height: 1.2;
  color: #333;
  background-color: #f2f2f2;
  padding: 10px;
}

/* "main" may need a higher z-index than footer if something is sticky */
main {
  overflow: hidden;
  position: relative;
  z-index: 20;
}
