@charset "UTF-8";

/*---------------------------
	----------------- roboto */

.roboto-thin {
    font-family: roboto, sans-serif;
    font-weight: 200;
    font-style: normal;
    }
.roboto-light {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    }
.roboto-regular {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    }
.roboto-medium {
    font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    }
.roboto-bold {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    }
.roboto-black {
    font-family: roboto, sans-serif;
    font-weight: 900;
    font-style: normal;
    }