/* --- OUTFIT (Variable Font 100 to 900) --- */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/outfit.ttf') format('truetype');
}

/* --- PLAYFAIR DISPLAY (Variable Font Normal 400 to 900) --- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/playfair-display.ttf') format('truetype');
}

/* --- PLAYFAIR DISPLAY ITALIC (Variable Font Italic 400 to 900) --- */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/playfair-display-italic.ttf') format('truetype');
}
