@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

 @font-face {
  font-family: 'Roboto';
  src: local('../Font-Family/Roboto Regular'), local('Roboto-Regular'),
      url('../Font-Family/Roboto-Regular.woff2') format('woff2'),
      url('../Font-Family/Roboto-Regular.woff') format('woff'),
      url('../Font-Family/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
} 

@font-face {
  font-family: 'Quicksand';
  src: local('../Font-Family/Quicksand Light'), local('Quicksand-Light'),
      url('../Font-Family/Quicksand-Light.woff2') format('woff2'),
      url('../Font-Family/Quicksand-Light.woff') format('woff'),
      url('../Font-Family/Quicksand-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}