/* Opens Sans */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url(../fonts/open-sans.ttf) format('TrueType');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url(../fonts/open-sans-semibold.ttf) format('TrueType');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 900;
  src: url(../fonts/open-sans-bold.ttf) format('TrueType');
}

/* Rubik */
@font-face {
  font-family: 'Rubik';
  font-weight: 300;
  src: url(../fonts/rubik.ttf) format('TrueType');
}

@font-face {
  font-family: 'Rubik';
  font-weight: 400;
  src: url(../fonts/rubik-medium.ttf) format('TrueType');
}

@font-face {
  font-family: 'Rubik';
  font-weight: 600;
  src: url(../fonts/rubik-semibold.ttf) format('TrueType');
}

@font-face {
  font-family: 'Rubik';
  font-weight: 900;
  src: url(../fonts/rubik-bold.ttf) format('TrueType');
}