/**
    * roboto.css
    * @description: Roboto web font faces
    * @author: Igor Lazarev <
*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./roboto-v50-latin-regular.woff2") format("woff2");

    /* Latin + Latin-1 Supplement (English, Spanish) */
    unicode-range: U+0000-00FF, U+0100-017F;
}

/**
    * roboto.css
    * @description: Roboto web font faces
    * @author: Igor Lazarev <
*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./roboto-v50-latin-700.woff2") format("woff2");

    /* Latin + Latin-1 Supplement (English, Spanish) */
    unicode-range: U+0000-00FF, U+0100-017F;
}
