/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500,700;1,700,800,900&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 110%;
  -webkit-font-smoothing: antialiased;
}


@media screen and (max-width: 1020px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 80%;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1020px) {
  html {
    font-size: 80%;
  }
}

h1 span,
h2 span,
h3 span {
  vertical-align: super;
  font-size: 50%;
  line-height: 0;
}

body {
  color: #212529;
}
html.dark body {
  color: #fff;
}
a {
  color: #212529;
  border-bottom: 2px solid #212529;
}
a:hover {
  color: #212529;
  text-decoration: none;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.1rem;
  z-index: 2;
}
h1 {
  font-size: 4.242rem;
  line-height: 3.8rem;
  margin-top: 3rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3.2rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
  line-height: 1.2;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}

sup {
    font-size: .7em;
}
