@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

@font-face {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: normal;
  src: local('Brandon Grotesque Light'),
    url('/fonts/brandon-grotesque/light.woff') format('woff'),
    url('/fonts/brandon-grotesque/light.otf') format('opentype');
}
  
@font-face {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: bold;
  src: local('Brandon Grotesque Black'),
    url('/fonts/brandon-grotesque/black.woff') format('woff'),
    url('/fonts/brandon-grotesque/bold.otf') format('opentype');
}


@font-face {
  font-family: 'Apercu';
  src: url('/fonts/apercu/regular.eot');
  src: url('/fonts/apercu/regular.eot?#iefix') format('embedded-opentype'),
      url('/fonts/apercu/regular.woff2') format('woff2'),
      url('/fonts/apercu/regular.woff') format('woff'),
      url('/fonts/apercu/regular.ttf') format('truetype'),
      url('/fonts/apercu/regular.svg#regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu Light';
  src: url('/fonts/apercu/light.eot');
  src: url('/fonts/apercu/light.eot?#iefix') format('embedded-opentype'),
      url('/fonts/apercu/light.woff2') format('woff2'),
      url('/fonts/apercu/light.woff') format('woff'),
      url('/fonts/apercu/light.ttf') format('truetype'),
      url('/fonts/apercu/light.svg#light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Reckless Light';
  src: url('/fonts/reckless/light.eot');
  src: url('/fonts/reckless/light.eot?#iefix') format('embedded-opentype'),
      url('/fonts/reckless/light.woff2') format('woff2'),
      url('/fonts/reckless/light.woff') format('woff'),
      url('/fonts/reckless/light.ttf') format('truetype'),
      url('/fonts/reckless/light.svg#light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kalam Bold';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/kalam/kalam-bold.woff') format('woff');
}