
/*****
	Font: rubik
*****/

/* Light */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Semi Bold (Demi Bold) */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-semibold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-semibold-italic.ttf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold (Ultra Bold) */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-extrabold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-extrabold-italic.ttf');
  font-weight: 800;
  font-style: italic;
}

/* Black (Heavy) */

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'rubik';
  src: url('../fonts/rubik-black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}
