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

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

/* Noto Serif - Regular */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSerif-Regular.ttf') format('truetype');
}

/* Noto Serif - Bold */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./NotoSerif-Bold.ttf') format('truetype');
}
