/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'merloneue-regular', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  color: #41464f; 
}

h1 {
  font-size: 38px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 30px; }
  h3.smaller {
    font-size: 26px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400; }

.text-300 {
  font-weight: 300; }

.text-400 {
  font-weight: 400; }

.text-600 {
  font-weight: 600; }

.text-700 {
  font-weight: 700; }

.mdash {
  position: relative; }
  .mdash:before {
    content: "\2014";
    position: absolute;
    left: -3rem !important;
    top: 0px;
    color: inherit;
    display: block; }

.text-transform-none {
  text-transform: none; }

.mark, mark {
  padding: 0 !important;
  background-color: transparent !important; }

  .Normal {
    font-weight: inherit;
    font-size: 16px;
    line-height: inherit;
    color: inherit; }
  

.Normal ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  /* next levels */ }
  .Normal ul > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; }
    .Normal ul > li:nth-child(2n):before {
      background-color: #faa519; }
    .Normal ul > li:nth-child(3n):before {
      background-color: #50bf9d; }
    .Normal ul > li:nth-child(4n):before {
      background-color: #00ab4e; }
  .Normal ul > li::before {
    color: #00ab4e;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #99ca3c;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 0px; }
  .Normal ul ul, .Normal ul ol {
    margin-top: 15px; }

.Normal ol {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  counter-reset: my-awesome-counter;
  /* next levels */ }
  .Normal ol > li {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; }
  .Normal ol > li::before {
    content: counter(my-awesome-counter);
    color: #00ab4e;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 0px; }
  .Normal ol ul, .Normal ol ol {
    margin-top: 15px; }

.Normal blockquote {
  background: #fff;
  padding: 50px;
  text-align: center;
  border: none; }
  .Normal blockquote p {
    color: #a9aaad;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2em; }
  .Normal blockquote cite {
    color: #faa519;
    font-style: normal; }
    .Normal blockquote cite:before {
      content: "";
      display: none; }

      p {
        margin-bottom: 20px; }