.blog-post__content,
.blog-post__introduction {
    font-size: var(--font-size, 1rem);
}

.blog-post__date {
    border-top-color: var(--border-color, grey);
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, bold);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.blog-post__date .icon {
    width: var(--width, 1em);
    min-width: var(--width, 1em);
    fill: var(--fill, currentColor);
}


