
p {
    margin: 0;
    padding-bottom: 8px;
}

span {
    padding-bottom: 8px;
}

code {
    font-family: 'SF Mono', SFMono-Regular, ui-monospace, monospace;
}

blockquote {
    border-left: 4px solid var(--accent-color-var2);
    /* Gap between solid border line at left and start of text */
    padding-left: 10px;
    /* How far should the blockquote be inset from the left */
    margin-inline-start: 20px;
    font-size: 0.95rem;
}

.snippet {
    line-height: 1.6em;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bubble-background);
}

.snippet > p,
.snippet > span {
    font-family: "Roboto", "SF Pro", SFPro-Regular, ui-sans, sans-serif;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.snippet a,
.snippet a:visited {
    color: var(--text-color-normal);
    text-decoration: none;
    border-bottom: var(--text-color-normal) solid 1px;
}

.snippet a:hover {
    color: var(--accent-color);
    border-bottom: var(--accent-color) solid 1px;
}

.tag-container {
    margin: 8px 0;
}

.tag {
    display: inline-block;
    padding: 0px 8px;
    background-color: var(--bubble-background);
    border-radius: 4px;
    font-weight: 600;
    margin: 0;
    font-size: 0.85rem;
}