body {
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Manrope", sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.hero-gradient {
    background: radial-gradient(circle at 50% 50%, rgba(78, 222, 163, 0.05) 0%, rgba(12, 19, 33, 0) 70%);
}

.emerald-glow {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4), 0px 0px 15px rgba(78, 222, 163, 0.05);
}

.glow-emerald {
    box-shadow: 0 0 20px rgba(78, 222, 163, 0.1);
}

.policy-richtext {
    color: #cbd5e1;
    font-size: 1.0625rem;
    line-height: 1.85;
    max-width: 72ch;
    margin: 0 auto;
}

.policy-richtext > :first-child {
    margin-top: 0;
}

.policy-richtext > :last-child {
    margin-bottom: 0;
}

.policy-richtext h1,
.policy-richtext h2,
.policy-richtext h3 {
    font-family: "Manrope", sans-serif;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.2;
}

.policy-richtext h1 {
    font-size: 2.5rem;
    margin: 2.5rem 0 1.25rem;
}

.policy-richtext h2 {
    font-size: 2rem;
    margin: 2.25rem 0 1rem;
}

.policy-richtext h3 {
    font-size: 1.5rem;
    margin: 1.75rem 0 0.75rem;
}

.policy-richtext p {
    margin: 0 0 1.4rem;
}

.policy-richtext a {
    color: #4edea3;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.policy-richtext a:hover {
    color: #3ac48c;
}

.policy-richtext strong {
    color: #f8fafc;
    font-weight: 600;
}

.policy-richtext ul,
.policy-richtext ol {
    padding-left: 1.5rem;
    margin: 1rem 0 1.5rem;
}

.policy-richtext li {
    margin: 0.45rem 0;
}

.policy-richtext li::marker {
    color: #4edea3;
}

.policy-richtext blockquote {
    margin: 1.75rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid #4edea3;
    background: rgba(21, 27, 42, 0.6);
    color: #e2e8f0;
    font-style: italic;
}

.policy-richtext blockquote p {
    margin: 0;
}

.policy-richtext hr {
    border: 0;
    border-top: 1px solid rgba(134, 148, 138, 0.35);
    margin: 2.5rem 0;
}
