@charset "utf-8";

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaA-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaA-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}


h1 {
  font-weight:700;
}


