
@font-face {
	font-family: 'BBLSans05';
	font-weight: normal !important;
	src: url('./font/BBLSans05-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'BBLSans05-Medium';
	font-weight: normal !important;
	src: url('./font/BBLSans05-Medium.ttf') format('truetype');
}

body {
	font-weight: normal !important;
	font-family: 'BBLSans05', sans-serif !important;
}

.text-bold-bbl-medium, b, strong {
  font-weight: normal !important;
  font-family: 'BBLSans05-Medium', sans-serif !important;
}