@font-face {
  font-family: 'main-font';
  src: 
    url('/LEMONMILK-Bold.woff') format('opentype'),
    url('/LEMONMILK-Bold.woff2') format('opentype'),
    url('/LEMONMILK-Bold.ttf') format('opentype'),
    url('/LEMONMILK-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

* {
  font-family: 'main-font', system-ui, Arial Black, Optima, sans-serif !important;
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
}

#root {
  font-family: 'main-font', system-ui, Arial Black, Optima, sans-serif !important;
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
}