body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-family: "Luengo"; "Arial"; "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  font-family: "Recoleta", "Arial", "sans-serif";
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TODO */
h2 {
  font-family: "Recoleta", "Arial", "sans-serif";
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* END TODO */

h3 {
  font-family: "Recoleta", "Arial", "sans-serif";
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

h4 {
  font-family: "Recoleta", "Arial", "sans-serif";
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

h5 {
  font-family: "Luengo", "Arial", "sans-serif";
  font-size: ;
  line-height: ;
  font-weight: ;
  margin-bottom: ;
}

h6 {
  font-family: "Recoleta", "Arial", "sans-serif";
  font-size: ;
  line-height: ;
  font-weight: ;
  margin-bottom: ;
}


/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}