/* Careno webfonts.
   NOTE: substitutes — the brand manual embeds Futura BT Medium (wordmark)
   and SF UI / Roboto / Inter (supporting). We ship:
   - Jost   → substitute for Futura BT (wordmark + display)
   - Work Sans → present in the manual (taglines); also used for UI/body */
@font-face {
  font-family: "Jost";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/jost-400.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/jost-500.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/worksans-300.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/worksans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/worksans-500.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/worksans-600.woff2") format("woff2");
}
