@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 400;
  src: url('./NotoSansDisplay-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 600;
  src: url('./NotoSansDisplay-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 700;
  src: url('./NotoSansDisplay-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 800;
  src: url('./NotoSansDisplay-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
