/*
 * StoreStash — Self-Hosted Variable Fonts
 * DSGVO-konform: keine externen Requests, kein Cookie-Banner nötig.
 */

/* DM Sans — Variable (weight 100-1000, optical size 9-40) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/fonts/DMSans-VariableFont_opsz,wght.woff2') format('woff2');
}

/* Outfit — Variable (weight 100-900) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Outfit-VariableFont_wght.woff2') format('woff2');
}

/* JetBrains Mono — Variable (weight 100-800) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-VariableFont_wght.woff2') format('woff2');
}
