@font-face {
    src: url("/images/fonts/roboto/Roboto-Light.woff2") format("woff2");
    font-family: "Roboto";
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    src: url("/images/fonts/roboto/Roboto-Regular.woff2") format("woff2");
    font-family: "Roboto";
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    src: url("/images/fonts/roboto/Roboto-Medium.woff2") format("woff2");
    font-family: "Roboto";
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    src: url("/images/fonts/roboto/Roboto-Bold.woff2") format("woff2");
    font-family: "Roboto";
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    src: url("/images/fonts/roboto/Roboto-Black.woff2") format("woff2");
    font-family: "Roboto";
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}