@font-face {
  font-family: 'Aspira-regular';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/aspira-regular.eot');
  src: url('../../fonts/aspira-regular?#iefix') format('embedded-opentype'),
    url('../../fonts/aspira-regular.woff') format('woff'),
    url('../../fonts/aspira-regular.ttf') format('truetype'),
}

@font-face {
  font-family: 'Aspira-demi';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/aspira-demi.eot');
  src: url('../../fonts/aspira-demi?#iefix') format('embedded-opentype'),
    url('../../fonts/aspira-demi.woff') format('woff'),
    url('../../fonts/aspira-demi.ttf') format('truetype'),
}
.text-dark {
  color: #333333 !important;
  font-weight: 200;
}
.light-text {
  font-weight: 200;
}
