/*
 * Self-hosted Inter for marketing pages (DSGVO-friendly, no external requests).
 * Source: https://rsms.me/inter/ (SIL Open Font License)
 */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/inter-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/inter-semibold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/inter-bold.woff2") format("woff2");
}

body.marketing-page {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

body.marketing-page .eyebrow {
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 600;
}

body.marketing-page .hero h1,
body.marketing-page .home-hero h1,
body.marketing-page .aud-hero h1 {
    letter-spacing: -0.025em;
    font-weight: 700;
}
