@font-face {
  font-family: 'BNPP Sans';
  font-weight: normal;
  font-style: normal;
  src: url('bnpp_sans/normal.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: 300;
  font-style: normal;
  src: url('bnpp_sans/bnpp_sans_light-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: bold;
  font-style: normal;
  src: url('bnpp_sans/bold.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: normal;
  font-style: italic;
  src: url('bnpp_sans/bnpp_sans_italic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: bold;
  font-style: italic;
  src: url('bnpp_sans/bnpp_sans_bold_italic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: 300;
  font-style: normal;
  src: url('bnpp_sans/light.ttf') format('truetype');
}

@font-face {
  font-family: 'BNPP Sans';
  font-weight: 300;
  font-style: italic;
  src: url('bnpp_sans/bnpp_sans_light_italic-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('open_sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  src: url('open_sans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  src: url('open_sans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('open_sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/material-icons-outlined.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
