@charset "UTF-8";

/* Base Typography
================================================ */
body {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  font-style: normal;
  color: var(--color-text-dark);
  line-height: var(--line-height-base);
  overflow-wrap: break-word;
  overflow-x: hidden;
  text-size-adjust: 100%;
}

.en {
  font-family: var(--font-family-en);
}

/* Headings
================================================ */
h1,
h2 {
  font-weight: var(--font-weight-700);
  line-height: var(--line-height-81);
}

h3,
h4,
h5 {
  font-weight: var(--font-weight-600);
}

h1 {
  font-size: var(--font-size-60);
}

h2 {
  font-size: var(--font-size-60);
}

h3 {
  font-size: var(--font-size-35);
}

h4 {
  font-size: var(--font-size-25);
}

h5 {
  font-size: var(--font-size-24);
}

p {
  font-size: var(--font-size-14);
}

@media screen and (width <= 750px) {
  h1 {
    font-size: var(--font-size-36);
  }

  h2 {
    font-size: var(--font-size-28);
  }

  h3 {
    font-size: var(--font-size-16);
  }
}
