@font-face {
  font-family: 'Maple';
  src: url('source/fonts/Maple.woff2') format('woff2'),
       url('source/fonts/Maple.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body,
html,
input,
select,
textarea,
button {
  font-family: 'Maple', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Roboto, 'Helvetica Neue', Arial, sans-serif;
}