/* ==========================================================================
   HERBALISSA LOCAL FONTS
   Self-hosted for GDPR compliance — no external requests to Google.
   ========================================================================== */

/* Manrope — Variable font (400–700) */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../../fonts/manrope/manrope-variable.woff2') format('woff2');
}

/* Noto Serif — Variable font, regular (400–600) */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../../fonts/noto-serif/noto-serif-variable.woff2') format('woff2');
}

/* Noto Serif — Variable font, italic (400–600) */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../../fonts/noto-serif/noto-serif-italic-variable.woff2') format('woff2');
}
