/* =========================================================
   CUSTOM FONTS
   Place font files in src/fonts/
   ========================================================= */

/* MTD Matsury — calligraphy/script, used for "Khai An" hero title */
@font-face {
  font-family: 'MTD Matsury';
  src: url('../../public/fonts/MTD-Matsury.otf')   format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* MTD Balerno — serif display, used for "Hành trình" / "Thân - Tâm - Vị" */
@font-face {
  font-family: 'MTD Balerno';
  src: url('../../public/fonts/MTD-Balerno-Bold.otf')   format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MTD Balerno';
  src: url('../../public/fonts/MTD-Balerno-Regular.otf')   format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
