/* ==============================================
   Mr. Amsterdam - Local Fonts
   Source Sans 3 + Abril Fatface
   Performance-optimiert (keine externen Requests)
   ============================================== */

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

/* Source Sans 3 - SemiBold (600) */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
}

/* Source Sans 3 - Bold (700) */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
}

/* Abril Fatface - Regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abril-fatface-v25-latin-regular.woff2') format('woff2');
}

