/* Apply IBM Plex Sans to body text */
.entry-content, .post-content, .entry-content p {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    line-height: 1.75;
    font-size: 1rem;
}

/* Apply Marcellus to headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: 'Marcellus', serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Elegant blockquote */
.elegant-blockquote {
    border-left: 4px solid #0073aa;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}

/* Highlighted text */
.highlight {
    background: #fffae6;
    padding: 0 .2em;
}

/* Primary button style */
a.button, a.button-primary {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: .5em 1em;
    border-radius: 4px;
    text-decoration: none;
}
