@font-face {
  font-family: 'General Sans Bold';
  src: url('../fonts/GeneralSans/GeneralSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans Medium';
  src: url('../fonts/GeneralSans/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans/GeneralSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans Semibold';
  src: url('../fonts/GeneralSans/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl Bold';
  src: url('../fonts/SuisseIntl/SuisseIntl-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl Light';
  src: url('../fonts/SuisseIntl/SuisseIntl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl Medium';
  src: url('../fonts/SuisseIntl/SuisseIntl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl SemiBold';
  src: url('../fonts/SuisseIntl/SuisseIntl-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}