@font-face {
  font-family: 'Gilroy-Light';
  src: url('/mainWeb/assets/FONTS/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('/mainWeb/assets/FONTS/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('/mainWeb/assets/FONTS/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GesturaDisplayTRIAL-ThinItalic';
  src: url('/mainWeb/assets/FONTS/GesturaDisplayTRIAL-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Neue Machina Fonts */
@font-face {
  font-family: 'NeueMachina-Light';
  src: url('/mainWeb/assets/FONTS/NeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMachina-Regular';
  src: url('/mainWeb/assets/FONTS/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMachina-Ultrabold';
  src: url('/mainWeb/assets/FONTS/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
