
/*****
	Font: athletics
*****/

/* Light */

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* extra Bold */

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-extrabold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-extrabold-italic.ttf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'athletics';
  src: url('../fonts/athletics-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}
