﻿/* Custom client specific Widget styles e.g. custom fonts */

/* Brand.Widget.css */

@font-face {
    font-family: "Hauss";
    src: url("../Fonts/Hauss-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Hauss";
    src: url("../Fonts/Hauss-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}
 

@media print {
    #KxBnBWidget { display: none!important; }
}
