body * {
    font-family: var(--gh-font-body);
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--gh-font-heading);
}

.kg-width-wide { color: inherit; }
.kg-width-full { color: inherit; }
.kg-gallery-container { color: inherit; }
.kg-gallery-row { color: inherit; }
.kg-gallery-image { color: inherit; }
.kg-bookmark-card { color: inherit; }
.kg-bookmark-container { color: inherit; }
.kg-bookmark-content { color: inherit; }
.kg-bookmark-title { color: inherit; }
.kg-bookmark-description { color: inherit; }
.kg-bookmark-metadata { color: inherit; }
.kg-bookmark-icon { color: inherit; }
.kg-bookmark-author { color: inherit; }
.kg-bookmark-publisher { color: inherit; }
.kg-bookmark-thumbnail { color: inherit; }

.post-content hr {
    margin: 40px 0;
}
.post-content .kg-card {
    margin: 20px 0;
}
.post-content .kg-card figcaption{
    --bs-text-opacity: 1;
    color: #aab0bc !important;
    margin-top: .5rem !important;
    font-size: .6rem;
}
.post-content .kg-width-wide {
    margin-left: -3rem;
    margin-right: -3rem;
}
/* TODO by size */
.post-content .kg-width-full {
    margin-left: calc(-1 * (100% - (1230px / 2)) - 3rem);
    margin-right: calc(-1 * (100% - (1230px / 2)) - 3rem);
}
.post-content .kg-embed-card {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.post-content .kg-embed-card iframe {
    width: 100%;
    height: 100%;
}