/** Oswaldt Regular **/

@font-face {
	font-family: "Oswald";
  font-weight: 300;
  font-style: normal;
	src:  url("Oswald-ExtraLight.otf") format('opentype'),
        url("Oswald-ExtraLight.ttf") format('truetype');
}

@font-face {
	font-family: "Oswald";
  font-weight: 400;
  font-style: normal;
	src:  url("Oswald-Light.otf") format('opentype'),
        url("Oswald-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Oswald";
  font-weight: 500;
  font-style: normal;
	src:  url("Oswald-Regular.otf") format('opentype'),
        url("Oswald-Regular.ttf") format('truetype');
}

/** Oswald Bold **/
@font-face {
	font-family: "Oswald";
	font-weight: bold;
	font-style: bold;
	src:  url("Oswald-Bold.otf") format('opentype'),
        url("Oswald-Bold.ttf") format('truetype');
}

