@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
/*
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/light.woff) format('woff');
*/
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/normal.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/normal.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/semi-bold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/bold.woff) format('woff');
}

/* Thai Sans */

@font-face {
  font-family: 'Thai Sans';
  font-style: normal;
  font-weight: 300;
/*
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/light.woff) format('woff');
*/
  src: url(fonts/ThaiSansNeue-Light.otf);
}
@font-face {
  font-family: 'Thai Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ThaiSansNeue-Regular.otf);
}
@font-face {
  font-family: 'Thai Sans';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/ThaiSansNeue-SemiBold.otf);
}
@font-face {
  font-family: 'Thai Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/ThaiSansNeue-UltraBold.otf);
}