@charset "UTF-8";
@font-face {
    font-family: "MiSans-Demibold";
    src: url("font.woff") format("woff"),
        url("font.eot") format("embedded-opentype"),
        url("font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}