/* DIEPA × OpenCloud — Webfonts (Hülle-Fassung: nur die Variable Upright,
   Pfade relativ zu /design/; Italic + Bold-OTF bewusst nicht vendored —
   App-UI nutzt sie nicht, der Fallback-Stack greift). Quelle: Design-Projekt
   diepa-opencloud-design-system, tokens/fonts.css. */
@font-face {
  font-family: "Wix Madefor Text";
  src: url("fonts/WixMadeforText-VF.ttf") format("truetype-variations");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
/* Alias: die Bold-Familie zeigt auf dieselbe VF (Gewichte 400–800 enthalten). */
@font-face {
  font-family: "Wix Madefor Text Bold";
  src: url("fonts/WixMadeforText-VF.ttf") format("truetype-variations");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
