/* ============================================================
   GETEILTE SCHRIFTEN — K&M-Projektplan
   Wird von allen Seiten eingebunden.
   Letzte Änderung: 2026-04-24
============================================================ */

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-garamond-300.woff2') format('woff2'),
       url('/fonts/cormorant-garamond-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-garamond-400.woff2') format('woff2'),
       url('/fonts/cormorant-garamond-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-400.woff2') format('woff2'),
       url('/fonts/manrope-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-500.woff2') format('woff2'),
       url('/fonts/manrope-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-600.woff2') format('woff2'),
       url('/fonts/manrope-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-700.woff2') format('woff2'),
       url('/fonts/manrope-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-800.woff2') format('woff2'),
       url('/fonts/manrope-800.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   WHATSAPP-BUTTONS — global auf allen Seiten einheitlich grün
   Greift auf alle Links mit wa.me URL die als .btn gestylt sind
============================================================ */
a.btn[href*="wa.me"] {
  background: #25D366;
  color: #ffffff !important;
  border-color: #25D366;
}
a.btn[href*="wa.me"]:hover {
  background: #128C7E;
  border-color: #128C7E;
  color: #ffffff !important;
}
