html {
  font-size: 20px;
}

body {
  font-family: Red Hat Text, sans-serif;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */
p {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #00C9B8;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Red Hat Text, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: Red Hat Text, sans-serif;
  font-size: 40px;
  color: #55008D;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h2 {
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  color: #55008D;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

h3 {
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  color: #55008D;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
}

h4 {
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  color: #55008D;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

h5 {
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  color: #55008D;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

h6 {
  font-family: Red Hat Text, sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Helper Class */
.kl-helper__content {
  font-family: Red Hat Text, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid #FFFFFF; !important;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #55008D;
}

.disable-focus-styles :focus {
  outline: none;
}