@font-face {
  font-family: 'Raleway';
  src: url('/font/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Oswald';
  src: url('/font/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-bold';
  src: url('/font/Oswald-Bold.ttf');
}

@font-face {
  font-family: 'Inter-ExtraBold';
  src: url('/font/Inter-ExtraBold.ttf');
}

@font-face {
  font-family: 'NotoSans-SemiBold';
  src: url('/font/NotoSans-SemiBold.ttf');
}

@font-face {
  font-family: 'NotoSans-ExtraBold';
  src: url('/font/NotoSans-ExtraBold.ttf');
}