@font-face {
    font-family: "UrwDinRegular";
    src: url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Regular.woff.xhtml") format("woff"),
url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Regular.ttf.xhtml") format("truetype"), url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Regular.svg.xhtml") format("svg");
}

@font-face {
    font-family: "UrwDinLight";
    src: url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Light.woff.xhtml") format("woff"),
url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Light.ttf.xhtml") format("truetype"), url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Light.svg.xhtml") format("svg");
}

@font-face {
    font-family: "UrwDinMedium";
    src: url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Medium.woff.xhtml") format("woff"),
url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Medium.ttf.xhtml") format("truetype"), url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Medium.svg.xhtml") format("svg");
}

@font-face {
    font-family: "UrwDinDemi";
    src: url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Demi.woff.xhtml") format("woff"),
url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Demi.ttf.xhtml") format("truetype"), url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Demi.svg.xhtml") format("svg");
}

@font-face {
    font-family: "UrwDinBold";
    src: url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Bold.woff.xhtml") format("woff"),
url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Bold.ttf.xhtml") format("truetype"), url("/obywatelniezalogowany/javax.faces.resource/fonts/URWDIN-Bold.svg.xhtml") format("svg");
}
html,
body {
    color: #000;
    line-heigh: 1;
}

.goodFonts{
    color: #000;
    font-family: "UrwDinRegular", sans-serif;
}
.footnav li span{
    font-family: "UrwDinRegular", sans-serif;
}
/*fonts na Firefox*/
@-moz-document url-prefix() {
    .header__wcag .ui-widget, .header__auth--username {
        font-family: "UrwDinRegular", sans-serif !important;
    }
    .content__panel, .content__panel .ui-panel-title{
        font-family: "UrwDinRegular", sans-serif !important;
    }
    .ui-panel td a{
        font-family: "UrwDinRegular", sans-serif !important;

    }
}