@font-face {
  font-family: 'Noto Sans';
  src: url("/assets/notosans-variablefont-wdth-wght-88633559.ttf") format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Italic';
  src: url("/assets/notosans-italic-variablefont-wdth-wght-54483801.ttf") format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Mistral';
  src: url("/assets/mistral-93f0901a.ttf") format('truetype');
  font-display: swap;
}

.notosans-regular {
  font-family: 'Noto Sans';
  font-weight: 400;
}
.notosans-semibold {
  font-family: 'Noto Sans';
  font-weight: 600;
}
.notosans-bold {
  font-family: 'Noto Sans';
  font-weight: 700;
}
.notosans-italic-regular {
  font-family: 'Noto Sans Italic';
  font-weight: 400;
}
.notosans-italic-semibold {
  font-family: 'Noto Sans Italic';
  font-weight: 600;
}
.notosans-italic-bold {
  font-family: 'Noto Sans Italic';
  font-weight: 700;
}

.mistral {
  font-family: 'Mistral';
}
