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

html {
  &,
  * {
    font-feature-settings: "lnum" !important;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
}

.page {
  &--fixed {
    overflow: hidden;
    touch-action: none;
  }
}

.lg-container {
  &.lg-show {
    z-index: 9999999999;
  }
}

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

video {
  background-color: rgba($color-black, 0.2);
}

strong,
b {
  font-weight: bold;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

sub, sup {
  font-size: 65%;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

source {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
}

button {
  appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(100%);
}