:root {
    --primary-color: #F5BD59;
    --secondary-color: #E08616;
    --background-color: #B14915;
    --text-color: #231F20;
    --light-text-color: #E3E8EB;
    --primary-hover: #E3A945;
    --secondary-hover: #CC7614;
    /* Base font size - increased by 25% from 1rem (16px) to 1.25rem (20px) */
    --min-font-size: 1.25rem;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    font-size: var(--min-font-size); /* Set base font size */
}

/* ===== BANNER, FOOTER, AND NAVIGATION FONT OVERRIDE ===== */
/* Apply Source Serif to banner, footer, and navigation components */
.banner,
.banner *,
.site-header,
.site-header *,
.main-navigation,
.main-navigation *,
.site-footer,
.site-footer * {
    font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif !important;
}

    /* Specific font weight adjustments for headers in these components */
    .site-header .site-title,
    .site-header .contact-label,
    .banner .fs-4,
    .main-navigation .nav-link,
    .site-footer .footer-title {
        font-weight: 600 !important;
    }

    /* Ensure navigation text uses serif font */
    .main-navigation .nav-text {
        font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif !important;
    }

h1, h2, h3, h4, h5, h6 {
    color: var(--light-text-color);
    font-size: max(var(--min-font-size), 2.5rem); /* Increased from 2rem */
}

h1 {
    font-size: max(var(--min-font-size), 3.125rem); /* Increased from 2.5rem */
}

h2 {
    font-size: max(var(--min-font-size), 2.5rem); /* Increased from 2rem */
}

h3 {
    font-size: max(var(--min-font-size), 2.1875rem); /* Increased from 1.75rem */
}

h4 {
    font-size: max(var(--min-font-size), 1.875rem); /* Increased from 1.5rem */
}

h5 {
    font-size: max(var(--min-font-size), 1.5625rem); /* Increased from 1.25rem */
}

h6 {
    font-size: max(var(--min-font-size), 1.375rem); /* Increased from 1.1rem */
}

p {
    color: var(--text-color);
    font-size: var(--min-font-size);
}

span, div, a, button, input, textarea, select, label {
    font-size: max(var(--min-font-size), 1.25rem); /* Increased from 1rem */
}

.nav-link {
    font-size: var(--min-font-size) !important;
}

.btn {
    font-size: var(--min-font-size);
}

strong, b {
    font-size: var(--min-font-size);
}

small {
    font-size: var(--min-font-size);
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: var(--primary-color);
    font-size: var(--min-font-size);
}

    a:hover {
        color: var(--primary-hover);
    }

.btn-primary {
    color: var(--text-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:hover {
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--primary-color);
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: var(--min-font-size);
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: var(--min-font-size);
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuNTAxODMgMjYzLjU4NiA2Ni4wMTgzWk0yNjMuNTc2IDg2LjA1NDdDMjYxLjA0OSA4Ni4wNTQ3IDI1OS43ODYgODcuMzAwNSAyNTkuNzg2IDg5Ljc5MjEgMjU5Ljc4NiA5Mi4yODM3IDI2MS4wNDkgOTMuNTI5NSAyNjMuNTc2IDkzLjUyOTUgMjY2LjExNiA5My41Mjk1IDI2Ny4zODcgOTIuMjgzNyAyNjcuMzg3IDg5Ljc5MjEgMjY3LjM4NyA4Ny4zMDA1IDI2Ni4xMTYgODYuMDU0NyAyNjMuNTc2IDg2LjA1NDdaIiBmaWxsPSIjRkZFNTAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
    font-size: var(--min-font-size);
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: var(--primary-color);
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    color: var(--light-text-color);
    font-size: var(--min-font-size);
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: var(--secondary-color);
    font-size: var(--min-font-size);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
    font-size: var(--min-font-size);
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.lazy-section.invisible {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s, transform 0.6s;
}

.lazy-section.visible {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s, transform 0.6s;
}

.audiobook-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--background-color);
    font-size: var(--min-font-size);
}

/* Navigation and UI Components */
.navbar {
    background-color: var(--text-color) !important;
}

.navbar-brand, .nav-link {
    color: var(--primary-color) !important;
    font-size: var(--min-font-size) !important;
}

    .nav-link:hover {
        color: var(--primary-hover) !important;
    }

/* Card and content styling */
.card {
    background-color: var(--text-color);
    border-color: var(--secondary-color);
    color: var(--light-text-color);
    font-size: var(--min-font-size);
}

.card-header {
    background-color: var(--secondary-color);
    color: var(--text-color);
    font-size: var(--min-font-size);
}

/* Add these new styles to your existing CSS file */

/* Gear item card styling */
.gear-item-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    height: 100%;
}

    .gear-item-card:hover {
        border-color: var(--primary-color);
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(245, 189, 89, 0.3);
        background: rgba(255, 255, 255, 0.15);
    }

.gear-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
    height: 250px; /* Fixed height for consistent sizing */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
}

    .gear-image-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(245, 189, 89, 0.1), rgba(224, 134, 22, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

.gear-item-card:hover .gear-image-container::before {
    opacity: 1;
}

.gear-image {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
}

.gear-item-card:hover .gear-image {
    transform: scale(1.02);
}

.gear-title {
    color: var(--text-color);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: var(--min-font-size); /* Added font size */
}

.gear-description {
    color: var(--light-text-color);
    opacity: 0.9;
    line-height: 1.5;
    text-align: justify;
    font-size: var(--min-font-size); /* Added font size */
}

.gear-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: var(--text-color);
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 1rem; /* Increased from 12px to 1rem (16px) */
    font-weight: bold;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gear-item-card:hover .gear-badge {
    opacity: 1;
}

.view-on-amazon-btn {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: var(--text-color);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 1.125rem; /* Increased from 14px to 1.125rem (18px) */
}

    .view-on-amazon-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(245, 189, 89, 0.4);
        color: var(--text-color);
        text-decoration: none;
    }


.gear-grid-container {
    padding: 2rem 0;
    background-color: var(--background-color);
    min-height: 100vh;
}

/* ===== LAYOUT IMPROVEMENTS ===== */
.main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
    padding-top: 2rem;
}

.content-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ===== HEADER ENHANCEMENTS ===== */
.site-header {
    background: linear-gradient(135deg, var(--background-color), var(--secondary-color));
    color: var(--light-text-color);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-section {
    gap: 1rem;
}

.logo-img {
    height: 60px;
    width: auto;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.site-title {
    font-size: 2.5rem; /* Increased from 2rem */
    font-weight: bold;
    margin: 0;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.site-tagline {
    font-size: 1.125rem; /* Increased from 0.9rem */
    margin: 0;
    opacity: 0.9;
    font-style: italic;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.contact-label {
    font-weight: bold;
    color: var(--primary-color);
    margin-right: 0.5rem;
    font-size: var(--min-font-size); /* Added font size */
}

.contact-icon {
    font-size: 1.5rem; /* Increased from 1.2rem */
}

.contact-link, .contact-text {
    color: var(--light-text-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: var(--min-font-size); /* Added font size */
}

    .contact-link:hover {
        color: var(--primary-color);
    }

/* ===== NAVIGATION ENHANCEMENTS (Updated) ===== */
.main-navigation {
    background: var(--text-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center; /* Ensure all items align vertically */
}

.nav-item {
    position: relative;
}

/* Updated navigation link styles with higher specificity and reset for Blazor NavLink */
.main-navigation .nav-link,
.main-navigation .nav-link:link,
.main-navigation .nav-link:visited,
.main-navigation .nav-link:active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    padding: 1rem 1.5rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    font-size: var(--min-font-size) !important;
    min-height: 60px !important; /* Fixed height for consistent alignment */
    box-sizing: border-box !important;
    margin: 0 !important; /* Reset any default margins */
    border: none !important; /* Reset any default borders */
    background: transparent !important; /* Reset background */
    outline: none !important; /* Remove default outline */
}

    .main-navigation .nav-link:hover {
        background: rgba(245, 189, 89, 0.1) !important;
        color: var(--primary-hover) !important;
        transform: translateY(-2px) !important;
    }

    .main-navigation .nav-link.active,
    .main-navigation .nav-link[aria-current="page"] {
        background: var(--primary-color) !important;
        color: var(--text-color) !important;
        box-shadow: 0 4px 8px rgba(245, 189, 89, 0.3) !important;
    }

/* Ensure nav-text spans are aligned consistently */
.nav-text {
    display: inline-block !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    font-size: var(--min-font-size) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Additional reset for first nav item specifically */
.nav-list .nav-item:first-child .nav-link {
    margin-left: 0 !important;
    padding-left: 1.5rem !important;
}

/* Ensure consistent styling across all NavLink states */
.main-navigation a[class*="nav-link"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 60px !important;
    box-sizing: border-box !important;
}

/* ===== MOBILE NAVIGATION ===== */
.mobile-menu-toggle {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0.5rem;
    cursor: pointer;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .nav-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--text-color);
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

        .nav-list.mobile-open {
            max-height: 300px;
        }

    .nav-link {
        justify-content: center;
        border-radius: 0;
        border-bottom: 1px solid rgba(245, 189, 89, 0.2);
    }
}

/* ===== FOOTER STYLES ===== */
.site-footer {
    background: var(--text-color);
    color: var(--light-text-color);
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-title {
    color: var(--primary-color);
    font-size: 1.625rem; /* Increased from 1.3rem */
    margin-bottom: 1rem;
}

.footer-description {
    font-size: 1.125rem; /* Increased from 0.9rem */
    line-height: 1.6;
    opacity: 0.9;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 0.5rem;
    }

    .footer-links a {
        color: var(--light-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: var(--min-font-size); /* Added font size */
    }

        .footer-links a:hover {
            color: var(--primary-color);
        }

.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-link {
    color: var(--light-text-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: var(--min-font-size); /* Added font size */
}

    .social-link:hover {
        color: var(--primary-color);
    }

.footer-bottom {
    border-top: 1px solid rgba(245, 189, 89, 0.2);
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 1.125rem; /* Increased from 0.9rem */
    opacity: 0.8;
}

/* ===== BANNER STYLES ===== */
.banner {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
}

.banner-logo .fs-4 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.banner-contact {
    font-size: var(--min-font-size);
}

    .banner-contact a {
        color: var(--primary-color);
        text-decoration: none;
    }

        .banner-contact a:hover {
            color: var(--primary-hover);
        }

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 1.125rem; /* Increased from 0.9rem */
    font-weight: bold;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(245, 189, 89, 0.4);
    z-index: 1000;
}

    .scroll-to-top:hover {
        background: var(--primary-hover);
        transform: translateY(-2px);
    }

/* ===== RESPONSIVE IMPROVEMENTS ===== */
@media (max-width: 768px) {
    .site-header {
        padding: 0.5rem 0;
    }

    .site-title {
        font-size: 1.875rem; /* Increased from 1.5rem */
    }

    .contact-info {
        margin-top: 1rem;
        text-align: center !important;
    }

    .contact-item {
        justify-content: center;
    }

    .content-container {
        padding: 0 0.5rem;
    }

    .gear-grid-container,
    .audiobook-section {
        padding: 1rem 0;
    }

    .banner {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .banner-contact {
        text-align: center !important;
    }
}

/* ===== LOADING ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-container > * {
    animation: fadeInUp 0.6s ease-out;
}

/* ===== FOCUS ACCESSIBILITY ===== */
.nav-link:focus,
.contact-link:focus,
.scroll-to-top:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* ===== IMPROVED HOVER STATES ===== */
.gear-item-card,
.audiobook-section {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gear-item-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(245, 189, 89, 0.2);
    }

/* Source Serif font styling for specific pages */
.gear-page,
.home-page,
.audiobook-page {
    font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
}

    .gear-page h1,
    .gear-page h2,
    .gear-page h3,
    .gear-page h4,
    .gear-page h5,
    .gear-page h6,
    .home-page h1,
    .home-page h2,
    .home-page h3,
    .home-page h4,
    .home-page h5,
    .home-page h6,
    .audiobook-page h1,
    .audiobook-page h2,
    .audiobook-page h3,
    .audiobook-page h4,
    .audiobook-page h5,
    .audiobook-page h6 {
        font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
        font-weight: 600;
    }

    .gear-page .gear-title,
    .home-page .page-title,
    .home-page .testimonials-title,
    .audiobook-page .audiobook-title {
        font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
        font-weight: 600;
    }

    .gear-page .gear-description,
    .home-page .about-content,
    .home-page .testimonial-text,
    .home-page .testimonial-attribution,
    .audiobook-page .audiobook-description,
    .audiobook-page p {
        font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
        line-height: 1.6;
    }

    .gear-page .gear-badge,
    .home-page .attribution-name,
    .audiobook-page strong {
        font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
    }
