@charset "UTF-8";
@viewport {
  width: device-width;
  initial-scale: 1;
}

@font-face {
  font-family: "Regular";
  src: url(TR-Meina-v1-Regular.woff2);
}

@font-face {
  font-family: "Italic";
  src: url(TR-Meina-v1-Regular.woff2);
}

body {
  font-family: "Regular";
  font-size: 6vw;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  background-color: green;
  color: white;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  line-height: 0.9em;
}

h2 {
  width: fit-content;
}

header,
footer {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  font-size: 10vw;
  /* background-color: red; */
}

footer {
  position: fixed;
  bottom: 0;
}

a {
  font-family: "Italic";
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  text-decoration: none;
  color: black;
}

h2:hover {
  transform: rotate(-15deg);
}

@media (max-width: 800px) {
  body {
    font-size: 9vw;
  }
}
