@font-face {
  font-family: 'Nourd';
  src: url('./fonts/nourd_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nourd';
  src: url('./fonts/nourd_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nourd';
  src: url('./fonts/nourd_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nourd';
  src: url('./fonts/nourd_heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Nourd';
  src: url('./fonts/nourd_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
