/*@font-face {
    font-family: Roboto, Arial, sans-serif;
    src: url('https://fonts.gstatic.com/s/lobster/v11/G6-OYdAAwU5fSlE7MlBvhVKPGs1ZzpMvnHX-7fPOuAc.woff2');
  
} */

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Medium.eot');
    src: url("../fonts/Roboto-Medium.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Roboto-Medium.woff2") format("woff2"),
       url("../fonts/Roboto-Medium.woff") format("woff"),
      url("../fonts/Roboto-Medium.ttf") format("truetype");
   /* font-weight: 500;*/
}
.sb-font-family {
/* font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important; */
 font-family: Roboto, Arial, sans-serif !important;
}
.inspiration-contant
{
    font-weight: normal !important;
    font-size: 14px !important;
}

.team-contant
{
    font-weight: normal !important;
    font-size: 14px !important;
    color: #777 !important;
}
.terms-content
{
   /* font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;*/
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}
.contant_sb{
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    font-weight: normal !important; 
}