/* stylelint-disable selector-class-pattern, custom-property-empty-line-before, shorthand-property-no-redundant-values, max-line-length, selector-list-comma-newline-after */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}

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

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

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--v-font-family-default);
  font-size: var(--v-font-size-default);
  line-height: 1.5;
  font-weight: var(--v-font-weight-default);
  color: var(--v-color-1);
  background-color: var(--v-color-2);
}

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;
}

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;
}

strong {
  font-weight: var(--v-font-weight-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-headers);
  font-weight: var(--v-font-weight-bold);
  line-height: 1.2;
}

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);
}

h2 em,
.t-h2 em,
h3 em,
.t-h3 em {
  font-style: normal;
  color: var(--v-color-3);
}

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;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
