/* ==========================================
   INTER (Weights: 300, 400, 600)
   ========================================== */

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

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

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

/* ==========================================
   PLAYFAIR DISPLAY (Weight: 700)
   ========================================== */

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