/* ==========================================================================
   HealthInvest Partners – Self-hosted Font Face Declarations
   Söhne (headings + body)

   This file is served statically — NOT processed by Parcel.
   ========================================================================== */

/* --- Regular (body, UI) -------------------------------------------------- */
@font-face {
    font-family: 'Sohne';
    src: url('/fonts/healthinvest/Sohne-regular.woff2') format('woff2'),
         url('/fonts/healthinvest/Sohne-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('/fonts/healthinvest/Sohne-regular-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Bold (headings, emphasis) -------------------------------------------
   Sourced from the live site's "Sohne-Kraftig" (weight 500) cut — there is
   no true 700-weight file, but it's the only bold-ish Sohne face in use. */
@font-face {
    font-family: 'Sohne';
    src: url('/fonts/healthinvest/Sohne-bold.woff2') format('woff2'),
         url('/fonts/healthinvest/Sohne-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
