/* ============================================================
   Font faces: Cambon (serif) & CoFo Gothic (sans)
   Files live in /Assets/Sphere-Fonts/. woff2 where available,
   otf fallback for the weights only shipped as OTF.
   ============================================================ */

/* ---------- Cambon (primary / display + headings) -------- */
@font-face {
  font-family: "Cambon";
  src: url("../Assets/Sphere-Fonts/Cambon/WOFF/Cambon-Light.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/Cambon/WOFF/Cambon-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambon";
  src: url("../Assets/Sphere-Fonts/Cambon/OTF/Cambon-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- CoFo Gothic (secondary / body + UI) ---------- */
@font-face {
  font-family: "CoFo Gothic";
  src: url("../Assets/Sphere-Fonts/CoFo Gothic/OTF/CoFoGothic-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Gothic";
  src: url("../Assets/Sphere-Fonts/CoFo Gothic/WOFF/CoFoGothic-Regular.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/CoFo Gothic/WOFF/CoFoGothic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Gothic";
  src: url("../Assets/Sphere-Fonts/CoFo Gothic/WOFF/CoFoGothic-Medium.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/CoFo Gothic/WOFF/CoFoGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Gothic";
  src: url("../Assets/Sphere-Fonts/CoFo Gothic/OTF/CoFoGothic-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Inter (product-UI mock: the tax card) -------- */
@font-face {
  font-family: "Inter";
  src: url("../Assets/Sphere-Fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../Assets/Sphere-Fonts/Inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
