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

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

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

/* Font tokens (these are your "variables") */
:root {
    --font-body: "Cachet", sans-serif;
    --font-heading: "Cachet", sans-serif;
    --letter-spacing-lg: -1px;
    --letter-spacing-sm: -0.5px;
}
