

#hero {
    font-family: 'Source Serif Pro', 'Times New Roman', serif;
    font-size: 18px;
    color: #202020;
    position: relative;
    background: #FFF;
    line-height: 1;
    margin: 10px 0;
    text-align: center;
}

@font-face {
  font-family: 'lekton';
  src: url('/fonts/lekton.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.thw-tp-content {
  font-family: 'lekton', 'Courier New', Courier, monospace !important;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #222;
  background-color: #fcf5e2;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.01) 3px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,0.01) 3px);
  background-size: 100% 100%;
  padding: 2rem;
  border-radius: 6px;
}

/* HEADINGS */
.thw-tp-content h1,
.thw-tp-content h2,
.thw-tp-content h3,
.thw-tp-content h4,
.thw-tp-content h5,
.thw-tp-content h6 {
  font-family: 'lekton', 'Courier New', Courier, monospace;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
}

.thw-tp-content h1 { font-size: 2.75rem !important; border-bottom: 2px solid #999; }
.thw-tp-content h2 { font-size: 2.6rem !important; border-bottom: 1px solid #aaa; }
.thw-tp-content h3 { font-size: 2.25rem !important; border-bottom: 1px solid #ccc; }
.thw-tp-content h4 { font-size: 2rem !important; border-bottom: 1px solid #ddd; }
.thw-tp-content h5 { font-size: 1.7rem !important; border-bottom: 1px dashed #ccc; }
.thw-tp-content h6 { font-size: 1.5rem !important; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px dotted #ccc; }


/* PARAGRAPH */
.thw-tp-content p {
  margin: 1rem 0;
}

/* LISTS */
.thw-tp-content ul,
.thw-tp-content ol {
  margin: 1rem 0 1rem 2rem;
  padding: 0;
}

.thw-tp-content li {
  margin: 0.5rem 0;
}

/* BLOCKQUOTE */
.thw-tp-content blockquote {
  border-left: 4px solid #999;
  padding-left: 1rem;
  color: #555;
  margin: 1rem 0;
  font-style: italic;
}

/* CODE */
.thw-tp-content code {
  background-color: #eee;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
}

.thw-tp-content pre {
  background-color: #f4f4f4;
  padding: 1rem;
  border: 1px solid #ccc;
  overflow-x: auto;
}

/* HR */
.thw-tp-content hr {
  border: none;
  border-top: 1px dashed #aaa;
  margin: 2rem 0;
}

/* LINKS */
.thw-tp-content a {
  color: #0055aa;
  text-decoration: underline;
}
.thw-tp-content a:hover {
  color: #222;
}

/* IMAGES */
.thw-tp-content img {
  max-width: 100%;
  display: block;
  margin: 1rem auto;
}
