@font-face {
  src: url('./fonts/Baskervville/Baskerville.ttc');
  font-family: 'Baskervville';
  font-weight: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Baskervville' !important;
  user-select: none;
  -webkit-user-drag: none;
}

pre {
  font-family: 'Baskervville' !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}
