/* BEH-specific font declarations (NotoSans instead of Roboto) */
@font-face {
  font-family: "And Black";
  src: url("../fonts/NotoSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans'),
       local('NotoSans-Regular'),
       url("../fonts/NotoSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('NotoSans Medium'),
       local('NotoSans-Medium'),
       url("../fonts/NotoSans-Medium.ttf") format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSans Bold'),
       local('NotoSans-Bold'),
       url("../fonts/NotoSans-Bold.ttf") format('truetype');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("../fonts/material-icons.woff2") format('woff2');
}
