/**
 * WDSB Fonts – CDN-Basis-URL als CSS-Variable
 * Version: 2025.02.21.220000
 *
 * Die Variable --wdsb-fonts-base wird per Einstellung gesetzt.
 * Nutzung z. B. in Sass: url(#{$wdsb-fonts-base}/meine-font.woff2)
 * Oder die konfigurierte Font-Stylesheet-URL im Modul verwenden.
 */

:root {
  --wdsb-fonts-base: 'https://cdn.w-d-s-b.de/fonts';
}
