@font-face {
  font-family: "TimesNewArial";
  src: url("../fonts/TimesNewArialVF.woff2");
  font-variation-settings:
    "srff" 100,
    "ital" 0,
    "wght" 70;
}
@font-face {
  font-family: "FormaDJRDisplay";
  src: url("../fonts/FormaDJRDisplay.ttf");
}
html,
body {
  background: #fff;
  z-index: 1;
  font-family: "TimesNewArial", sans-serif;
  font-variation-settings:
    "srff" 0,
    "ital" 0,
    "wght" 70;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
label {
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.title {
  position: absolute;
  font-family: "FormaDJRDisplay";
  z-index: 100;
  font-size: 32px;
  padding: 1em 1.15em;
}

main {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

main img {
  position: absolute;
  z-index: 10;
}
