/* ============================================================
   MFG — Fonts
   Display / headlines: Kaisei Tokumin (self-hosted, provided)
   Body / support:      Open Sans (Google Fonts)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..700&display=swap');

@font-face {
  font-family: 'Kaisei Tokumin';
  src: url('../assets/fonts/KaiseiTokumin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaisei Tokumin';
  src: url('../assets/fonts/KaiseiTokumin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaisei Tokumin';
  src: url('../assets/fonts/KaiseiTokumin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaisei Tokumin';
  src: url('../assets/fonts/KaiseiTokumin-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
