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

@font-face {
  font-family: 'SouvenirGothic';
  src: url('../assets/fonts/SouvenirGothic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SouvenirGothic';
  src: url('../assets/fonts/SouvenirGothic-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SouvenirGothic';
  src: url('../assets/fonts/SouvenirGothic-DemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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