@font-face {
  font-family: 'Raleway';
  font-weight: 300;
  src: url(../raleway.ttf) format('TrueType');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  src: url(../raleway-semibold.ttf) format('TrueType');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  src: url(../raleway-bold.ttf) format('TrueType');
}

@font-face {
  font-family: 'Raleway';
  font-weight: 900;
  src: url(../raleway-extrabold.ttf) format('TrueType');
}