/** * Lokale Font-Einbindungen (DSGVO-konform) * Nur die tatsächlich verwendeten Weights aus shared-styles und Themes. * Font-Dateien: public/fonts/{font-name}/ */ /* Inter - Primary für alle Domains (300, 400, 500, 600, 700) */ @font-face { font-display: swap; font-family: 'Inter'; font-style: normal; font-weight: 300; src: url('/fonts/inter/inter-v20-latin-300.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Inter'; font-style: normal; font-weight: 400; src: url('/fonts/inter/inter-v20-latin-regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Inter'; font-style: normal; font-weight: 500; src: url('/fonts/inter/inter-v20-latin-500.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Inter'; font-style: normal; font-weight: 600; src: url('/fonts/inter/inter-v20-latin-600.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Inter'; font-style: normal; font-weight: 700; src: url('/fonts/inter/inter-v20-latin-700.woff2') format('woff2'); } /* IBM Plex Sans - Secondary (b2in, local4local) */ @font-face { font-display: swap; font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 400; src: url('/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; src: url('/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-500.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; src: url('/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-600.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 700; src: url('/fonts/ibm-plex-sans/ibm-plex-sans-v23-latin-700.woff2') format('woff2'); } /* Merriweather - Secondary (b2a) */ @font-face { font-display: swap; font-family: 'Merriweather'; font-style: normal; font-weight: 300; src: url('/fonts/merriweather/merriweather-v33-latin-300.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: url('/fonts/merriweather/merriweather-v33-latin-regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: url('/fonts/merriweather/merriweather-v33-latin-700.woff2') format('woff2'); } /* Ephesis - Secondary (style2own) */ @font-face { font-display: swap; font-family: 'Ephesis'; font-style: normal; font-weight: 400; src: url('/fonts/ephesis/ephesis-v11-latin-regular.woff2') format('woff2'); } /* EB Garamond - Secondary (stileigentum) */ @font-face { font-display: swap; font-family: 'EB Garamond'; font-style: normal; font-weight: 400; src: url('/fonts/eb-garamond/eb-garamond-v32-latin-regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'EB Garamond'; font-style: normal; font-weight: 500; src: url('/fonts/eb-garamond/eb-garamond-v32-latin-500.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'EB Garamond'; font-style: normal; font-weight: 600; src: url('/fonts/eb-garamond/eb-garamond-v32-latin-600.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'EB Garamond'; font-style: normal; font-weight: 700; src: url('/fonts/eb-garamond/eb-garamond-v32-latin-700.woff2') format('woff2'); }