﻿
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../font/regular.eot'); /* IE9 Compat Modes */
  src: url('../font/regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/regular.woff') format('woff'), /* Modern Browsers */
       url('../font/regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../font/bold.eot'); /* IE9 Compat Modes */
  src: url('../font/bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/bold.woff') format('woff'), /* Modern Browsers */
       url('../font/bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../font/italic.eot'); /* IE9 Compat Modes */
  src: url('../font/italic.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/italic.woff') format('woff'), /* Modern Browsers */
       url('../font/italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../font/bolditalic.eot'); /* IE9 Compat Modes */
  src: url('../font/bolditalic.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/bolditalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/bolditalic.woff') format('woff'), /* Modern Browsers */
       url('../font/bolditalic.ttf') format('truetype'); /* Safari, Android, iOS */
}