
/*****
	Font: Arial
*****/

/* Light */

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Light-Italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Medium-Italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Bold-Italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'arial';
  src: url('../fonts/Arial-Black-Italic.ttf');
  font-weight: 900;
  font-style: italic;
}
