/* saple — fonts.css (ausgeliefert via /brand/fonts.css)
   Roobert als statische Schnitte (lizenzierte Displaay-OTFs → WOFF2,
   Quelle: brand-review/fonts/). Statisch statt Variable: Weight 575 (H1)
   matcht per CSS-Font-Matching auf SemiBold 600 (Brand-Regel: nie auf 700).
   Roobert Mono + Canela liegen noch nicht als Dateien vor → Fallbacks greifen. */

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert';
  src: url('/brand/assets/fonts/Roobert-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
