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

@font-face {
  font-family: 'MDThermochrome';
  src: url('/fonts/MDThermochrome0.3-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'MDThermochrome', ui-sans-serif, system-ui, -apple-system, sans-serif;
}