/* Font nằm ngay trong website này — không gọi ra máy chủ bên ngoài. */

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay.ttf') format('truetype-variations');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cabin';
  src: url('Cabin.ttf') format('truetype-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
