/* Local Fonts - No FOUT/FOIT */

/* Inter Regular 400 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/inter-400.woff2') format('woff2');
}

/* Inter SemiBold 600 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../fonts/inter-600.woff2') format('woff2');
}

/* Inter Bold 700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/inter-700.woff2') format('woff2');
}

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

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

/* Playfair Display ExtraBold 800 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('../fonts/playfair-800.woff2') format('woff2');
}

