/* =====================
   Inter
   ===================== */
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/Less-master/assets/fonts/Inter_24pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/Less-master/assets/fonts/Inter_24pt-Medium.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =====================
   Playfair Display SC
   ===================== */
@font-face {
  font-family: 'Playfair Display SC';
  src: url('/wp-content/themes/Less-master/assets/fonts/PlayfairDisplaySC-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('/wp-content/themes/Less-master/assets/fonts/PlayfairDisplaySC-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =====================
   Amiri
   ===================== */
@font-face {
  font-family: 'Amiri';
  src: url('/wp-content/themes/Less-master/assets/fonts/Amiri-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('/wp-content/themes/Less-master/assets/fonts/Amiri-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* =====================
   Anwendung
   ===================== */
body { font-family: 'Amiri', system-ui, serif; }
h1, h2, h3 { font-family: 'Playfair Display SC', serif; }
/* Amiri – z. B. für Zitate oder Untertitel */
blockquote, cite { font-family: 'Inter', sans-serif; }

#pwa-refresh-indicator {
  background: var(--btn);
  color: var(--btnfg);
 /* box-shadow:0 4px 12px rgba(0,0,0,.2); */
}