@font-face {
    font-family: "SuseBold";
    src: url('../fonts/suse_bold.ttf');
}
@font-face {
    font-family: "SuseRegular";
    src: url('../fonts/suse_regular.ttf');
}

h2 { font-family: "SuseBold";}
h4 { font-family: "SuseBold";}
b { font-family: "SuseBold";}
li {font-family: "SuseRegular"; }
p { font-family: "SuseRegular"; }
