@font-face {
  font-family: 'MD Nichrome';
  src: url('./MDNichrome-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'MD Nichrome';
  src: url('./MDNichrome-Dark.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'MD Nichrome';
  src: url('./MDNichrome-DarkOblique.ttf') format('truetype');
  font-style: oblique;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'MD Nichrome';
  src: url('./MDNichrome-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
