.custom-typo {
    font-size: 20px !important;
    line-height: 1.7 !important;
    color: #111 !important;
    font-family: inherit !important;
}

/* Paragraph */
.custom-typo p {
    margin: 0 0 0em 0 !important;
}

/* Headings */
.custom-typo h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    /* margin: 1em 0 0.5em !important; */
}

.custom-typo h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    /* margin: 1em 0 0.5em !important; */
}

.custom-typo h3 {
    font-size: 28px !important;
    font-weight: 600 !important;
    /* margin: 1em 0 0.5em !important; */
}

.custom-typo h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    /* margin: 1em 0 0.5em !important; */
}

.custom-typo h5 {
    font-size: 22px !important;
    font-weight: 600 !important;
    /* margin: 1em 0 0.5em !important; */
}

.custom-typo h6 {
    font-size: 20px !important;
    font-weight: 600 !important;
    /* margin: 1em 0 0.5em !important; */
}

/* Bold + italic */
.custom-typo strong {
    font-weight: 700 !important;
}
.custom-typo em {
    font-style: italic !important;
}

/* Links */
.custom-typo a {
    color: #1a73e8 !important;
    text-decoration: underline !important;
}
.custom-typo a:hover {
    color: #0b59c5 !important;
}

/* Lists */
.custom-typo ul,
.custom-typo ol {
    margin: 0 0 1.3em 1.5em !important;
}

.custom-typo ul li {
    list-style: disc !important;
    margin-bottom: 0.3em !important;
}

.custom-typo ol li {
    list-style: decimal !important;
    margin-bottom: 0.3em !important;
}

/* Blockquote */
.custom-typo blockquote {
    border-left: 4px solid #ddd !important;
    padding: 0.8em 1em !important;
    margin: 1.5em 0 !important;
    font-size: 22px !important;
    color: #555 !important;
    background: #fafafa !important;
}

/* Images */
.custom-typo img {
    max-width: 100% !important;
    border-radius: 6px !important;
    margin: 1em 0 !important;
}

/* Tables */
.custom-typo table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1.5em 0 !important;
}

.custom-typo table th,
.custom-typo table td {
    border: 1px solid #ddd !important;
    padding: 10px !important;
    font-size: 18px !important;
}

.custom-typo table th {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
}

/* Code */
.custom-typo code {
    background: #f3f3f3 !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    font-size: 18px !important;
}

.custom-typo pre {
    background: #1e1e1e !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 6px !important;
    overflow-x: auto !important;
    margin: 1.5em 0 !important;
}

/* Horizontal line */
.custom-typo hr {
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    margin: 2em 0 !important;
}
