@font-face {
  font-family: 'BCSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BCSans-Regular.woff2') format('woff2'),
    url('../fonts/BCSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'BCSans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/BCSans-Italic.woff2') format('woff2'),
    url('../fonts/BCSans-Italic.woff') format('woff');
}

@font-face {
  font-family: 'BCSans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/BCSans-Bold.woff2') format('woff2'),
    url('../fonts/BCSans-Bold.woff') format('woff');
}

@font-face {
  font-family: 'BCSans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/BCSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/BCSans-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'BCSans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/BCSans-Light.woff2') format('woff2'),
    url('../fonts/BCSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'BCSans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/BCSans-LightItalic.woff2') format('woff2'),
    url('../fonts/BCSans-LightItalic.woff') format('woff');
}

.bcsans {
    font-family: 'BCSans' !important;
    font-size: 0.95rem;
}