.typography {
    line-height: 1.6;
    color: #333;
}

.typography h1,
.typography h2,
.typography h3 {
    color: #2c3e50;
    margin-top: 20px;
    margin-bottom: 10px;
}

.typography h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.typography h2 {
    font-size: 2em;
    font-weight: bold;
}

.typography h3 {
    font-size: 1.75em;
    font-weight: bold;
}

.typography p {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.typography a {
    color: #3498db;
    text-decoration: none;
}

.typography a:hover {
    text-decoration: underline;
}

.typography ul,
.typography ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.typography ul li,
.typography ol li {
    margin-bottom: 10px;
}

.typography blockquote {
    font-style: italic;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 5px solid #ccc;
}

.typography code {
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: "Courier New", Courier, monospace;
}

.typography img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.typography strong {
    font-weight: bold;
}

.typography em {
    font-style: italic;
}

.typography table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.typography table th,
.typography table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.typography table th {
    background-color: #f4f4f4;
    text-align: left;
}

.typography hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 40px 0;
}
