@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../webfonts/Roboto-Light.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    src: url("../webfonts/Roboto-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("../webfonts/Roboto-Medium.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    src: url("../webfonts/Roboto-Bold.woff") format("woff");
}

@font-face {
    font-family: "Roboto Light";
    src: url("../webfonts/Roboto-Light.woff") format("woff");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../webfonts/Roboto-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../webfonts/Roboto-Medium.woff") format("woff");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../webfonts/Roboto-Bold.woff") format("woff");
}
