@font-face {
  font-family: 'raleway';
  src: url('../fonts/bold-webfont.eot');
  src: url('../fonts/bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bold-webfont.woff') format('woff'),
       url('../fonts/bold-webfont.svg#ralewaybold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'raleway';
  src: url('../fonts/light-webfont.eot');
  src: url('../fonts/light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/light-webfont.woff') format('woff'),
       url('../fonts/light-webfont.svg#ralewaylight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}