@font-face {
    font-family: 'Bw Modelica Black Ultra Cond';
    src: url('BwModelica-BlackUltraCondensed.woff2') format('woff2'),
        url('BwModelica-BlackUltraCondensed.woff') format('woff'),
        url('BwModelica-BlackUltraCondensed.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica Ultra Condensed';
    src: url('BwModelica-BoldUltraCondensed.woff2') format('woff2'),
        url('BwModelica-BoldUltraCondensed.woff') format('woff'),
        url('BwModelica-BoldUltraCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica ExBold Ultra Cond';
    src: url('BwModelica-ExtraBoldUltraCondensed.woff2') format('woff2'),
        url('BwModelica-ExtraBoldUltraCondensed.woff') format('woff'),
        url('BwModelica-ExtraBoldUltraCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('BwModelica-Medium.woff2') format('woff2'),
        url('BwModelica-Medium.woff') format('woff'),
        url('BwModelica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bw_modelicaextrabold';
    src: url('bwmodelica-extrabold-webfont.woff2') format('woff2'),
         url('bwmodelica-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ol, ul {
    /*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

p{margin-bottom: 20px;}