@font-face {
    font-family: 'MiSans';
    src:url('./MiSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: 'MiSans';
    src:
    url('./MiSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: Semi Bold;
    font-display: swap;
}
@font-face {
    font-family: 'MiSans';
    src:
    url('./MiSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}
/* @font-face {
    font-family: 'MiSans';
  src:
   url('./MiSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: regular;
    font-display: swap;
} */
@font-face {
    font-family: 'MiSans';
  src:
   url('./MiSans-Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSans';
    src: url('./MiSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: Light;
    font-display: swap;
}
