/* =============================================================================
 * NtBitacora Project CSS — Emiko visual delta
 * Only consumer-owned differences from nt_core/css/nt-bitacora.css belong here.
 * ============================================================================= */

:root {
    --font-main: "Poppins", sans-serif;
    --weight-extralight: 200;
    --weight-regular: 400;
    --weight-bold: 700;
    --weight-black: 900;
}

.blog-listing-section div,
.blog-card__title,
.blog-card__read-more,
.blog-search-form__input,
.blog-search-form__button,
.post,
.sidebar-widget__title {
    font-family: var(--font-main);
}

.post__title {
    font-family: var(--font-main);
    color: #4043d7;
    font-weight: bold;
}

.post__content h2,
.post__content h3 {
    font-family: var(--font-main);
    font-weight: bold;
    color: #4043d7;
}

.post__content ul {
    padding-left: 3rem;
}

.post__content ul li {
    display: list-item;
    list-style-type: disc;
}

.sidebar-widget__list {
    list-style: initial;
}

.sidebar-widget__list li {
    list-style: disc;
}

.sidebar-widget__list a {
    text-decoration: underline;
    color: #007647;
}
