@font-face {
  font-family: 'Special Elite';
  src: url('./fonts/Special_Elite/SpecialElite-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Lora Regular */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Regular.ttf') format('truetype');
  font-weight: normal; /* or 400 */
  font-style: normal;
  font-display: swap;
}

/* Lora Italic */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Italic.ttf') format('truetype');
  font-weight: normal; /* or 400 */
  font-style: italic;
  font-display: swap;
}

/* Lora Bold */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Bold.ttf') format('truetype');
  font-weight: bold; /* or 700 */
  font-style: normal;
  font-display: swap;
}

/* Lora Bold Italic */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-BoldItalic.ttf') format('truetype');
  font-weight: bold; /* or 700 */
  font-style: italic;
  font-display: swap;
}

/* Fraunces Regular */
@font-face {
  font-family: 'Fraunces';
  src: url('./fonts/fraunces/Fraunces-Regular.ttf') format('truetype'); /* Adjust path/filename as needed */
  font-weight: normal; /* or 400 */
  font-style: normal;
  font-display: swap;
}

/* Fraunces Italic */
@font-face {
  font-family: 'Fraunces';
  src: url('./fonts/fraunces/Fraunces-Italic.ttf') format('truetype'); /* Adjust path/filename as needed */
  font-weight: normal; /* or 400 */
  font-style: italic;
  font-display: swap;
}

/* Fraunces Bold */
@font-face {
  font-family: 'Fraunces';
  src: url('./fonts/fraunces/Fraunces-Bold.ttf') format('truetype'); /* Adjust path/filename as needed */
  font-weight: bold; /* or 700, or specific numeric weight if variable font */
  font-style: normal;
  font-display: swap;
}

/* Fraunces Bold Italic */
@font-face {
  font-family: 'Fraunces';
  src: url('./fonts/fraunces/Fraunces-BoldItalic.ttf') format('truetype'); /* Adjust path/filename as needed */
  font-weight: bold; /* or 700, or specific numeric weight if variable font */
  font-style: italic;
  font-display: swap;
} 