/* Epilogue Font Family */
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gotham Font */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gill Sans Font */
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans.ttc') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Font */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Neutraface Text Font */
@font-face {
  font-family: 'Neutraface Text';
  src: url('../fonts/Neutraface Text Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}