/* Inter Font - Regular */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter Font - Light 300 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('inter-v20-latin-300.woff2') format('woff2');
}

/* Inter Font - Medium 500 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('inter-v20-latin-500.woff2') format('woff2');
}

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

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

/* Inter Font - ExtraBold 800 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('inter-v20-latin-800.woff2') format('woff2');
}

/* Playfair Display - SemiBold 600 */
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('playfair-display-v40-latin-600.woff2') format('woff2');
}

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

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

