/* stylelint-disable stylistic/selector-list-comma-newline-after */

.blog-header-logo {
    font-family: "Noto Serif", serif;
    font-size: 2.25rem;
}

    .blog-header-logo:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif", serif !important;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

.title-headline {
    font-size: 2.3rem !important;
    font-weight: 700 !important;
}

.title-post {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}

.title-hero {
    font-weight: 600 !important;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

/*
 * Blog posts
 */

.blog-post {
    font-family: "Noto Serif", serif;
    margin-bottom: 4rem;
    font-size: 20px;
}

.text-body-secondary, .card-text, p, a, button, .btn {
    font-family: "Noto Serif", serif !important;
}

.font-body {
    font-family: "Noto Serif", serif !important;
}

text {
    font-family: "Noto Serif", serif !important;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

.blog-subtitle {
    color: #727272 !important;
    font-size: 16px !important;
}

.blog-post h1 {
    font-size: 2.3rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-post h2 {
    font-size: 2.0rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-post h3 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-post h4 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-post h5 {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-post h6 {
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #727272;
}

.blog-post li {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-navigation {
    font-family: "Noto Serif", serif !important;
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.blog-recent-post {
    font-family: "Noto Serif", serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.autoNumeric-negative {
    color: red !important;
}

.rubik {
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-serif {
    font-family: "Noto Serif", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-sans-mono {
    font-family: "Noto Sans Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

.source-sans-3 {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.size20 {
    font-size: 20px !important;
    margin-bottom: 4rem !important;
}

.size17 {
    font-size: 17px !important;
    margin-bottom: 4rem !important;
}

.Currency, Currency0, Currency2, CurrencyUS, CurrencyUS0, CurrencyUS2 {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.color-green {
    color: #178811 !important;
}

.color-red {
    color: #c00000 !important;
}

.color-blue {
    color: #0d6efd !important;
}

.color-black {
    color: #000000 !important;
}

.color-gray {
    color: #727272 !important;
}

.size14 {
    font-size: 14px !important;
}

.size15 {
    font-size: 15px !important;
}

.size16 {
    font-size: 16px !important;
}

.size18 {
    font-size: 18px !important;
}
