/*
 * Adobe Typekit – Fieldwork
 * © 2009–2025 Adobe Systems Incorporated
 */

/* ---- Adobe Typekit (Fieldwork + Fieldwork Hum) ---- */
@import url("https://p.typekit.net/p.css?s=1&k=fkh8edl&ht=tk&f=42581.42583.42584.42587.42589.42596.42598&a=101579377&app=typekit&e=css");

/* ---- Google Fonts – Montserrat (fallback) ---- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

@import url("https://use.typekit.net/fkh8edl.css");

/* ⚠️ NEDEFINUJEME vlastní @font-face pro Fieldwork */
/* Adobe to řeší interně správně */

/* ============================= */
/* FONT STACKY – POUŽITÍ */
/* ============================= */

:root {
    --font-headline: "fieldwork", "Montserrat", sans-serif;
    --font-body: "fieldwork", "Montserrat", sans-serif;
}

/* Headliny / velké texty */
.subject,
h1, h2, h3 {
    font-family: var(--font-headline);
    font-weight: 700;
}

/* Běžný text */
body,
.text {
    font-family: var(--font-body);
    font-weight: 400;
}
