/* Optimized Local Fonts - WOFF2 format for better performance */

/* Noto Serif SC - Regular (400) */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSerifSC-Regular.woff2') format('woff2'),
       url('./NotoSerifSC-Regular.ttf') format('truetype');
}

/* Noto Serif SC - SemiBold (600) */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./NotoSerifSC-SemiBold.woff2') format('woff2'),
       url('./NotoSerifSC-SemiBold.ttf') format('truetype');
}

/* Noto Serif SC - Bold (700) */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./NotoSerifSC-Bold.woff2') format('woff2'),
       url('./NotoSerifSC-Bold.ttf') format('truetype');
}

/* Playfair Display - Regular (400) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./PlayfairDisplay-Regular.woff2') format('woff2'),
       url('./PlayfairDisplay-Regular.ttf') format('truetype');
}

/* Playfair Display - Bold (700) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./PlayfairDisplay-Bold.woff2') format('woff2'),
       url('./PlayfairDisplay-Bold.ttf') format('truetype');
}
