/* Custom client specific Widget styles e.g. custom fonts */
@font-face {
    font-family: 'KingsBureauGrotesqueFiveOne';
    src: url('../Fonts/KingsBureauGrotesqueFiveOne') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'KingsBureauGrotesqueThreeSeven';
    src: url('../Fonts/KingsBureauGrotesqueThreeSeven.woff') format('woff');
    font-weight: 500;
}

@media print {
    #KxBnBWidget { display: none!important; }
}