@font-face {
  font-family: 'NotoSans-Normal';
  src: url('../fonts/NotoSans/NotoSans-Regular.ttf') format('truetype'),
  url('../fonts/NotoSans/NotoSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans-Medium';
  src: url('../fonts/NotoSans/NotoSans-Medium.ttf') format('truetype'),
  url('../fonts/NotoSans/NotoSans-Medium.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/NotoSans-Light.ttf') format('truetype'),
  url('../fonts/NotoSans/NotoSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/NotoSans-Regular.ttf') format('truetype'),
  url('../fonts/NotoSans/NotoSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/NotoSans-Medium.ttf') format('truetype'),
  url('../fonts/NotoSans/NotoSans-Medium.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Moonjelly';
  src: url('../fonts/Moonjelly/Moonjelly.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Moonjelly-bold';
  src: url('../fonts/Moonjelly/Moonjelly-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}
