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