:root {
    --line-width: 34em;
}

/* TEXT */
math {
    font-family: "STIX";
}

#post-content p {
    width: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: justify;
    text-justify: auto;
}

/* BLOG */
#post-content {
    position: absolute;
    width: var(--line-width);
    padding: 3rem 0rem 3rem 0rem;
    left: calc(50vw - var(--line-width) / 2)
}

@media (max-width: 36em) {
    #post-content {
        position: relative;
        width: 94vw;
        left: 3vw;
    }
}

.tag {
    display: block;
    width: fit-content;
    height: 1.5rem;
    padding: 0px .5rem 0px .5rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    border: 2px solid var(--primary-light);
    border-radius: 1rem;
    font-size: .9rem;
}

.post-tags {
    margin: .8rem 0px 1rem 0px;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .5rem;
}

#posts-index {
    width: var(--line-width);
    margin: 3rem auto 0px auto;
}

.post-title {
    display: block;
    text-decoration: none;
    font-family: "RedHatDisplay";
    font-size: 2rem;
}

math[display="block"] {
    margin: 1rem 0rem 1rem 0rem;
}

svg {
    display: block;
    margin: 1rem auto 0 auto;
    filter: brightness(0) saturate(100%) invert(88%) sepia(81%) saturate(1259%) hue-rotate(172deg) brightness(102%) contrast(95%);
}
