/* ====== CUSTOM FONTS - VIP ACADEMY ====== */

/* Glacial Indifference - Body text */
@font-face {
  font-family: 'Glacial Indifference';
  src: url('../assets/fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url('../assets/fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TAN Aegean - Headings */
@font-face {
  font-family: 'TAN Aegean';
  src: url('../assets/fonts/TANAEGEAN-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TT Ricordi Nobili - Logo only */
@font-face {
  font-family: 'TT Ricordi Nobili';
  src: url('../assets/fonts/TTRicordiNobili.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
