﻿/* Custom client specific Widget styles e.g. custom fonts */
/* Custom Client/Override Styling */
@font-face {
    font-family: "LeituraDisplay-Roman";
    src: url(../Fonts/leitura-display-roman.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../Fonts/sourcesanspro-regular-webfont.woff);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../Fonts/sourcesanspro-light-webfont.woff);
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../Fonts/sourcesanspro-semibold-webfont.woff);
    font-weight: 600;
    font-style: normal;
}

@media print {
    #KxBnBWidget { display: none!important; }
}
