/* Cachet headings + Verdana body — matches the 2026 Option B comps
   (Figma: all headings Cachet Pro, all body copy Verdana 16px).
   Verdana is a system font (macOS + Windows), so only Cachet needs
   @font-face; the files are shared with the cachet pack. */

/* Cachet – ExtraLight (200) */
@font-face {
    font-family: "Cachet";
    src: url("../cachet/CachetW05-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Cachet – Book (400) */
@font-face {
    font-family: "Cachet";
    src: url("../cachet/CachetW05-Book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cachet – Bold (700) */
@font-face {
    font-family: "Cachet";
    src: url("../cachet/CachetW05-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font tokens (these are your "variables") */
:root {
    --font-body: Verdana, Geneva, Tahoma, sans-serif;
    --font-heading: "Cachet", sans-serif;
    --letter-spacing-lg: -0.04em;
    --letter-spacing-sm: -0.01em; /* Figma body: Verdana 16px ls -0.16px */
}
