@font-face {
  font-family: 'Plain';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/Plain-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Plain';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Plain-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Inconsolata';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Inconsolata-Regular.ttf') format('truetype');
}
