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

@font-face {
  font-family: 'Proximanova-bold';
  font-weight: bold; /* Maps correct bold weight to font, to appear naturally. */
  font-style: normal;
  src: url('fonts/ProximaNova/ProximaNova-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Proximanova-semibold';
  font-weight: bold; /* Maps correct bold weight to font, to appear naturally. */
  font-style: normal;
  src: url('fonts/ProximaNova/ProximaNova-Semibold.otf') format('opentype');
}

body {
  font-family: 'Proximanova-regular', serif;
  background-color: #f7f7f7;
  margin: 0;

  /* Some anti-aliasing properties to smooth the fonts cross browsers. */
  -webkit-font-smoothing: antialiased; /* Webkit (Chrome, Safari etc.) */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}
