@font-face {
  font-family: "Inter";
  src: url("Inter-Light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("Inter-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: #eee;
  font-size: 16px;
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-main {
  color: #000;
  font: 900 clamp(1.75rem, -1.0625rem + 9vw, 4rem)/100% "Inter", Helvetica, sans-serif;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

/* .title-main span:first-of-type {
	font-weight: 100;
	display:block;
} */

.title-sub {
  color: #575757;
  font: 500 .95rem/100% "Inter", Helvetica, sans-serif;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}