@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2'), 
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff'); 
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff2') format('woff2'), 
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff') format('woff'); 
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2') format('woff2'), 
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff') format('woff'); 
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff2') format('woff2'), 
       url('/res/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff') format('woff'); 
}

/* INTER */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-Light.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-Light.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-LightItalic.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-LightItalic.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-Regular.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-Regular.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-Italic.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-Italic.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-Bold.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-Bold.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-BoldItalic.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-BoldItalic.woff') format('woff'); 
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-ExtraBold.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-ExtraBold.woff') format('woff'); 
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Inter/Inter18pt-ExtraBoldItalic.woff2') format('woff2'),
       url('/res/fonts/Inter/Inter18pt-ExtraBoldItalic.woff') format('woff'); 
}

