/**
 * ReSense Design System — brand typefaces (draft, proposal stage)
 * ------------------------------------------------------------------
 * Clash Display (display) + Clash Grotesk (body/UI), the typefaces of
 * the ReSense brand site (resense-web theme, self-hosted there since
 * the 2026-03 refresh). Variable woff2 files copied from
 * `resense-web/.../resources/fonts/`; full static-weight sets remain
 * there if a host can't use variable fonts.
 *
 * License: Indian Type Foundry via the Fontshare Free Font License
 * (permits self-hosted web use; do not redistribute standalone).
 *
 * Each consuming host serves these two files itself and adjusts the
 * url() paths — no font CDN, ever (SSO pages must not leak referrers).
 */

@font-face {
  font-family: "Clash Display";
  src: url('/vendor/rs/fonts/ClashDisplay-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Clash Grotesk";
  src: url('/vendor/rs/fonts/ClashGrotesk-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
