@font-face {
    font-family:"Pilar" ;
    src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
    font-weight: 200;
}

@font-face{
    font-family: "NotoSans-medium";
    src:url("fonts/static/NotoSans-Medium.ttf") format("truetype");
    font-weight:500;
}

@font-face {
    font-family:"Roboto";
    src: url("fonts/RobotoMono/RobotoMono-SemiBold.ttf") format("truetype");
    font-weight: bold;
}