@font-face {
  font-family: 'Gorga Grotesque';
  src: url('/static/assets/fonts/GORGA GROTESQUE/GorgaGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gorga Grotesque';
  src: url('/static/assets/fonts/GORGA GROTESQUE/GorgaGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Refoke';
  src: url('/static/assets/fonts/REFOKE/refoke-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Refoke';
  src: url('/static/assets/fonts/REFOKE/refoke-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
