/* Self-hosted fonts (latin subset) — Lodol rebrand.
   Variable families use a weight range and a single file. */

@font-face {
    font-family: 'New Amsterdam';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/newamsterdam-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/plusjakartasans.woff2") format("woff2");
}

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

/* Body/UI face — self-hosted Satoshi (Fontshare). Onest below is kept as a
   near-identical fallback while the Satoshi files load. */
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/satoshi-light.woff2") format("woff2");
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/satoshi-regular.woff2") format("woff2");
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
    src: url("/fonts/satoshi-medium.woff2") format("woff2");
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/satoshi-bold.woff2") format("woff2");
}
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
    src: url("/fonts/satoshi-black.woff2") format("woff2");
}

@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url("/fonts/onest.woff2") format("woff2");
}

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