@font-face {
  font-family: 'Source Code Pro';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/SourceCodePro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BrownStd';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/BrownStd-Light.otf') format('opentype');
}

@font-face {
  font-family: 'BrownStd';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/BrownStd-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'BrownStd';
  font-weight: bold;
  font-style: bold;
  src: url('/fonts/BrownStd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: bold;
  font-style: bold;
  src: url('/fonts/Lato-Bold.ttf') format('truetype');
}
