@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: 'MD_Nichrome_Bold';
  src: url('../assets/fonts/MDNichrome-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MD_Nichrome_Regular';
  src: url('../assets/fonts/MDNichrome-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

