@import url('reset.css');

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../assets/helvetica-now-display.otf");
  font-weight: normal;
  font-style: normal;
}

@media only screen {

  html {
    font-family: "Helvetica Now Display";
    font-weight: normal;
    font-size: 0.52vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  body {
    font-size: 7.5rem;
  }

  main {
    max-width: 172rem;
    padding: 15rem;
  }

  h1 {
    margin-top: 10rem;
    margin-bottom: 0rem;
    opacity: 1.0;
  }

  h2 {
    /* margin-top: 5rem; */
    margin-bottom: 25rem;
    opacity: 0.5;
  }

  p {
    display: inline-block;
    line-height: 150%;
    margin-bottom: 10rem;
    opacity: 1.0;
  }

  p:last-child {
    margin-top: 6rem;
    padding: 4rem;
    background: #EEE;
  }
}

.strong {
  font-weight: bold;
}

.strong-underlined {
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  /* #cursor {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: #FFD600;
    pointer-events: none;
    border-radius: 100px;
    z-index: -1;
  } */

  body {
    font-size: 5.5rem;
  }

  h2 {
    /* margin-top: 5rem; */
    margin-bottom: 8rem;
    opacity: 0.5;
  }

  p {
    margin-bottom: 4rem;
  }

}
