
/* Google Fonts are now preloaded in functions.php to prevent layout shift */

/* Chỉ load critical fonts để giảm blocking */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../../fonts/CormorantGaramond-Regular.woff2') format('woff2'),
       url('../../fonts/CormorantGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('../../fonts/BeVietnamPro-Regular.woff2') format('woff2'),
       url('../../fonts/BeVietnamPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-title {
  font-family: 'Cormorant Garamond', serif;
}

body{
  font-family: 'Be Vietnam Pro';
}