@font-face {
  font-display: swap;
  font-family: 'Pangolin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pangolin-regular.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/NotoSans-Bold.ttf');
}
