/*
 * LAB héritage — Self-hosted fonts
 * Đặt file này tại: assets/fonts/fonts.css
 * Đặt tất cả .woff2 tại: assets/fonts/
 */

/* ============================================================
   PLAYFAIR DISPLAY — Heading / Hero title / --font-primary
   ============================================================ */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('playfair-display-v40-latin_vietnamese-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('playfair-display-v40-latin_vietnamese-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('playfair-display-v40-latin_vietnamese-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url('playfair-display-v40-latin_vietnamese-700italic.woff2') format('woff2');
}

/* ============================================================
   MONTSERRAT — Body text / --font-body
   ============================================================ */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('montserrat-v31-latin_vietnamese-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('montserrat-v31-latin_vietnamese-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('montserrat-v31-latin_vietnamese-600.woff2') format('woff2');
}

/* ============================================================
   CORMORANT GARAMOND — Decorative / --font-display
   ============================================================ */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('cormorant-garamond-v21-latin_vietnamese-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('cormorant-garamond-v21-latin_vietnamese-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('cormorant-garamond-v21-latin_vietnamese-600.woff2') format('woff2');
}
