@font-face {
  font-family: 'Roboto';

  src: url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Regular.woff2') format('woff2'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('../fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Light.woff2') format('woff2'); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('../fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Bold.woff2') format('woff2'); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SourceCodePro';

  src: url('../fonts/SourceCodePro-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/SourceCodePro-Medium.woff2') format('woff2'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
