@font-face {
  font-family: 'Questa Grande';
  src: url('./questa-grande/Questa_Grande_Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('./GillSans/Gill\ Sans\ Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('./GillSans/Gill\ Sans.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('./GillSans/Gill\ Sans\ Medium.otf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('./GillSans/Gill\ Sans\ Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}