/* fonts by https://www.google.com/fonts */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 300;
  src: url('/files/layout/font/OpenSans-Regular.ttf') format('truetype')
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: url('/files/layout/font/OpenSans-Bold.ttf') format('truetype')
}
@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: 300;
  src: url('/files/layout/font/OpenSans-Light.ttf') format('truetype')
}