/* Fonte Roboto - Regular */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/roboto/roboto-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/roboto/roboto-light.woff2) format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/roboto/roboto-bold.woff2) format("woff2");
}
