@font-face {
  font-family: 'Graphik';
  src: url('fonts/Graphik-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('fonts/Graphik-Semibold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'Graphik', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  margin: 0px;
  color: #1b2838;
}

.static-container {
  width: 720px;
  margin: 0px auto;
  padding: 32px 0px;
}

h1 {
  font-size: 32px;
  margin: 32px 0px;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(27, 40, 56, 0.5);
  margin: 16px 0px;
}

h2 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
}

figure {
  margin: 24px 0px;
}

figure img {
  width: 100%;
  display: block;
}

figcaption {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
  text-align: center;
}

a {
  text-decoration: none;
  color: #f35353;
  font-weight: 600;
}

ul, ol {
  font-size: 14px;
  margin: 0px;
  padding-left: 16px;
}

li {
  color: rgba(27, 40, 56, 0.5);
  line-height: 24px;
}

strong {
  color: #1b2838;
}

@media (max-width: 720px) {
  .static-container {
    padding: 0px 16px;
    width: auto;
  }
}