@font-face {
  font-weight: 400;
  font-family: "Mulish";
  font-style: normal;
  src: url("~/Fonts/Mulish-Regular.ttf") format("truetype");
}

@font-face {
    font-weight: 500;
    font-family: "Mulish";
    font-style: normal;
    src: url("~/Fonts/Mulish-Medium.ttf") format("truetype");
}

@font-face {
    font-weight: 600;
    font-family: "Mulish";
    font-style: normal;
    src: url("~/Fonts/Mulish-SemiBold.ttf") format("truetype");
}

@font-face {
    font-weight: 700;
    font-family: "Mulish";
    font-style: normal;
    src: url("~/Fonts/Mulish-Bold.ttf") format("truetype");
}

@font-face {
    font-weight: 800;
    font-family: "Mulish";
    font-style: normal;
    src: url("~/Fonts/Mulish-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-weight: 900;
    font-family: "Mulish";
    font-style: normal;
    src: url("~/Fonts/Mulish-Black.ttf") format("truetype");
}

@font-face {
    font-weight: 400;
    font-family: "Calibri";
    font-style: normal;
    src: url("~/Fonts/calibri-regular.ttf") format("truetype");
}

@font-face {
    font-weight: 700;
    font-family: "Calibri";
    font-style: normal;
    src: url("~/Fonts/calibri-bold.ttf") format("truetype");
}
