@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/mulish/mulish-regular.ttf') format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/mulish/mulish-medium.ttf') format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/mulish/mulish-semibold.ttf') format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/mulish/mulish-bold.ttf') format("truetype");
}