/* COMMON */
html {
  font-size: calc((0.8333vw + 1.38vh) / 2);
}
:root {
  --c-yellow: #FFE500;
  --c-black: #1D1D1B;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  position: relative;
  margin: 0;
  height: 100svh;
  color: #fff;
  font-weight: 700;
  font-family: "VKSansDisplay-Exp", Arial, sans-serif;
  line-height: 1.2;
  background: #000;
}
.f-exp {
  font-family: "VKSansDisplay-Exp", Arial, sans-serif;
}
body::-webkit-scrollbar {
  width: 0;
}
b {
  font-weight: 600;
}
main {
  display: block;
  position: relative;
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
p a {
  font-size: inherit;
}
.hidden {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  poMontserrat-events: none;
  z-index: -9999;
}
/* COMMON */
