
/*****
	Font: oswald
*****/

/* Light */

@font-face {
  font-family: 'oswald';
  src: url('../fonts/oswald-light.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Regular */

@font-face {
  font-family: 'oswald';
  src: url('../fonts/oswald-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Medium */

@font-face {
  font-family: 'oswald';
  src: url('../fonts/oswald-medium.ttf');
  font-weight: 700;
  font-style: normal;
}

/* Bold */

@font-face {
  font-family: 'oswald';
  src: url('../fonts/oswald-bold.ttf');
  font-weight: 700;
  font-style: normal;
}
