@font-face {
  font-family: 'KD Moon';
  src: url('../../fonts/KDMooLight-Regular.woff2') format('woff2'),
    url('../../fonts/KDMooLight-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MTD AlFresco';
  src: url('../../fonts/MTD.woff2') format('woff2'),
    url('../../fonts/MTD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-moon {
  font-family: 'KD Moon';
}

.font-alfresco {
  font-family: 'MTD AlFresco';
}

body {
  font-family: "Mulish", sans-serif;
}