/*
 * hyde.css — Theme overrides (2025 refresh)
 */


/* Body font sizing */

html {
    font-family: "PT Serif", Georgia, "Times New Roman", serif;
}

@media (min-width: 48em) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 58em) {
    html {
        font-size: 18px;
    }
}


/* Custom theme: link and accent colors */

.theme-base-custom .content a,
.theme-base-custom .related-posts li a:hover {
    color: #2563eb;
}

.theme-base-custom .post-title a {
    color: #111827;
    font-weight: 800;
}
