@import "../helpers";

//Remove Storybook padding:
.sb-show-main.sb-main-padded {
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
  line-height: 1.3125;
  @include for-tablet {
    font-size: 18px;
  }
  @include for-desktop {
    font-size: 20px;
  }
}

p,
div,
span {
  font-family: theinhardt-regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
a {
  text-decoration: none!important;
}

h1,
h2,
h3,
h4,
h5,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  margin-top: 0px;
  font-family: theinhardt-medium, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: 1;
  max-width: 24ch;
  @include for-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

h2 {
  font-size: var(--h2-font-size);
  line-height: 1;
  max-width: 24ch;
  margin-top: 0;
  @include for-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
