/* ============================================================
   Font faces: Cambon (serif) & CoFo Gothic (sans)
   Only the three weights the check-in pages use.
   ============================================================ */
@font-face {
  font-family: "Cambon";
  src: url("../Assets/Sphere-Fonts/Cambon/Cambon-Light.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/Cambon/Cambon-Light.woff") format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "CoFo Gothic";
  src: url("../Assets/Sphere-Fonts/CoFo-Gothic/CoFoGothic-Regular.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/CoFo-Gothic/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/CoFoGothic-Medium.woff2") format("woff2"),
       url("../Assets/Sphere-Fonts/CoFo-Gothic/CoFoGothic-Medium.woff") format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Cambon";
  src: url("../Assets/Sphere-Fonts/Cambon/Cambon-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
