/* Local Font Definitions */

/* Cinzel - Elegant serif for headings */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('font/Cinzel-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('font/cinzel-v19-latin-regular.woff2') format('woff2');
}

/* DM Sans - Clean modern sans-serif */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('font/dm-sans-v11-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('font/dm-sans-v11-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('font/dm-sans-v11-latin-700.woff2') format('woff2');
}

/* Noto Serif JP - Japanese serif font */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('font/NotoSerifJP-Variable.ttf') format('truetype');
  unicode-range: U+3000-9FFF, U+FF00-FFEF;
}

/* Playfair Display - Classic serif */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('font/playfair-display-v30-latin-regular.woff2') format('woff2');
}

/* Harry Potter Font - Custom */
@font-face {
  font-family: 'myFont';
  src: url('font/HarryP-MVZ6w.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

