/* ==========================================================================
   Zynosys Healthcare — Self-hosted fonts (Marcellus + Poppins)
   Bundled locally so the site works fully offline / on localhost without
   any dependency on fonts.googleapis.com.
   ========================================================================== */

@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/marcellus/marcellus-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CFF, U+A830-A839, U+A8E0-A8FF;
  src: url('../fonts/poppins/poppins-devanagari-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CFF, U+A830-A839, U+A8E0-A8FF;
  src: url('../fonts/poppins/poppins-devanagari-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CFF, U+A830-A839, U+A8E0-A8FF;
  src: url('../fonts/poppins/poppins-devanagari-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CFF, U+A830-A839, U+A8E0-A8FF;
  src: url('../fonts/poppins/poppins-devanagari-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-700-normal.woff2') format('woff2');
}
