body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: 
	"cv11", "salt", "ss01", "ss03",
	"cv01", "cv02", "cv03", "cv04",
	"cv05", "cv06", "cv09", "cv10";
}

.content h3 {
    font-size: 1.3em;
}

pre.mermaid {
    display: flex;
    justify-content: center;
}

.content figure:not([class]):not(:last-child) {
    margin-bottom: 2em;
}

.content figure:not([class]):not(:first-child) {
    margin-top: 2em;
}

figure {
    margin-top: 2em;
}

.shadow {
    filter: drop-shadow(0 0 0.75rem #f0f0f0);
}

.internal-container {
    max-width: 800px;
    margin: auto;
}

.social-icon {
    color: #7a7a7a;
}

.social-icon:hover {
    color: #6e94d0;
}

.post-date {
    color: #7a7a7a;
    margin-right: 1em;
}

.post-date-space {
    display: block;
    margin-top: 0.8em;
}

.projects-section {
    margin-top: 5em;
}

.navbar.is-dark {
    background-color: #1B1B32;
}

.post-end {
    margin-top: 3em;
    margin-bottom: 3em;
}

.see-also-list {
    list-style: outside;
    padding-left: 2em;
}

.see-also {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
}

.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child), .content ul:not(:last-child) {
    margin-bottom: 1em;
}

.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content pre, .content table:not(:last-child), .content ul:not(:last-child) {
    margin-top: 2.2em;
    margin-bottom: 2.2em;
}
