/* TASTE LABS web fonts — self-hosted. See .claude/skills/taste-labs-design-system/SKILL.md
   Matter: Displaay Type Foundry (licensed). Azeret SemiMono: by the Azeret designer.
   NOTE: Figma names the mono face "Azeret Mono"; the licensed files are "Azeret SemiMono".
   Paths are relative to this file (frontend/public/fonts/). */

/* ---------- Matter (--font-sans) ---------- */
@font-face {
  font-family: "Matter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./Matter-Thin.woff2") format("woff2"),
       url("./Matter-Thin.woff") format("woff");
}
@font-face {
  font-family: "Matter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./Matter-Light.woff2") format("woff2"),
       url("./Matter-Light.woff") format("woff");
}
@font-face {
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Matter-Regular.woff2") format("woff2"),
       url("./Matter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Matter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./Matter-Medium.woff2") format("woff2"),
       url("./Matter-Medium.woff") format("woff");
}

/* ---------- Azeret SemiMono (--font-mono) ---------- */
@font-face {
  font-family: "Azeret SemiMono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./AzeretSemiMono-Light.woff2") format("woff2"),
       url("./AzeretSemiMono-Light.woff") format("woff");
}
@font-face {
  font-family: "Azeret SemiMono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./AzeretSemiMono-Regular.woff2") format("woff2"),
       url("./AzeretSemiMono-Regular.woff") format("woff");
}
