h1, h2, h3, small {
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(20px, 6vw, 80px);
  font-weight: 800;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: clamp(15px, 2vw, 60px);
  font-weight: 500;
  text-wrap: nowrap;
  margin: 0;
  padding: 0;
}

h3 {
    font-size: clamp(40px, 5vw, 80px);
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

small {
  font-weight: 200;
}

html {
  height: 100vh;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Unageo-Light;
}

p {
  margin: 0px;
}

@font-face {
    font-family: Unageo;
    src: url("ttf/Unageo-Black.ttf");
    }

@font-face {
    font-family: Unageo-Light;
    src: url("ttf/Unageo-Light.ttf");
    }

@font-face {
  font-family: Unageo-Bold;
  src: url("ttf/Unageo-Bold.ttf");
  }