@font-face {
    font-family: "Muli";
    font-weight: 900;
    src: url(../fonts/Muli-Black.ttf)
}

@font-face {
    font-family: "Muli";
    font-weight: 800;
    src: url(../fonts/Muli-ExtraBold.ttf)
}

@font-face {
    font-family: "Muli";
    font-weight: 600;
    src: url(../fonts/Muli-Bold.ttf)
}

@font-face {
    font-family: "Muli";
    font-weight: 400;
    src: url(../fonts/Muli-SemiBold.ttf)
}

@font-face {
    font-family: "Muli";
    font-weight: 300;
    src: url(../fonts/Muli-Regular.ttf)
}

@font-face {
    font-family: "Muli";
    font-weight: 200;
    src: url(../fonts/Muli-Light.ttf)
}