@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.content-page-body {
    font-family: 'Inter', "Segoe UI", Tahoma, Arial, sans-serif;
    background-color: #A7B481;
    color: #36322d;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

.content-page {
    max-width: 720px;
    margin: 0 auto;
    background-color: #e4dccf;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.content-page h1 {
    font-size: 1.75rem;
    margin-top: 0;
    color: #36322d;
}

.content-page h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    color: #36322d;
}

.content-page p,
.content-page li {
    font-size: 1rem;
}

.content-page a {
    color: #36322d;
    font-weight: 600;
}

.content-page a:hover {
    text-decoration: underline;
}

.content-page .content-cta {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #36322d;
    color: #e4dccf;
    text-decoration: none;
    border-radius: 0.75rem;
    font-weight: 600;
}

.content-page .content-cta:hover {
    background-color: #2a2723;
    text-decoration: none;
}

.content-page .content-nav {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #c8bfb0;
    font-size: 0.95rem;
}

.content-page .content-nav a {
    margin-right: 1rem;
}

.site-footer {
    max-width: 720px;
    margin: 1.5rem auto 0;
    text-align: center;
    font-size: 0.85rem;
    color: #36322d;
}

.site-footer a {
    color: #36322d;
    font-weight: 600;
}

.site-footer .footer-links {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: center;
}

.site-footer .footer-links__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
}

.site-footer .footer-links span {
    margin: 0 0.35rem;
}
