@font-face {
    font-family: "Heebo";
    src: url("fonts/heebo.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 700;
}

@font-face {
    font-family: "Signika";
    src: url("fonts/signika.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 700;
}

.stb-astro-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.stb-astro-details {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px 24px;
}

.stb-astro-details summary {
    color: #040404;
    cursor: pointer;
    font-family: "Signika", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.stb-astro-details p {
    margin-bottom: 0;
    margin-top: 12px;
}

.public-info-legal-content > section + section {
    margin-top: 40px;
}

.public-info-placeholder,
.public-info-legal-note {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 4px 8px;
}

.public-info-legal-note {
    margin-top: 48px;
    padding: 24px;
}
