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

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

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

body {
  font-family: "Regular";
  font-size: 1.5vw;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: 333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  line-height: 1.2em;
  text-align: center;
  width: 100%;
}

.caps {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

i {
  font-family: "Italic";
  font-style: normal;
}

header {
  display: flex;
  height: 100vh;
  background-color: white;
  align-items: center;
}

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