/* ===================================================================
   Local Font Files - DSGVO Compliant (No Google CDN)
   =================================================================== */

/* Merriweather Regular 400 */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('merriweather-regular.woff2') format('woff2'),
       url('merriweather-regular.woff') format('woff');
}

/* Merriweather Bold 700 */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('merriweather-bold.woff2') format('woff2'),
       url('merriweather-bold.woff') format('woff');
}

/* Merriweather Italic 400 */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('merriweather-italic.woff2') format('woff2'),
       url('merriweather-italic.woff') format('woff');
}

/* Source Sans 3 Regular 400 */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('source-sans-3-regular.woff2') format('woff2'),
       url('source-sans-3-regular.woff') format('woff');
}

/* Source Sans 3 Semibold 600 */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('source-sans-3-semibold.woff2') format('woff2'),
       url('source-sans-3-semibold.woff') format('woff');
}
