/*
* fonts
*/


:root {
    --bs-body-font-family: "Noto Sans", Arial, Ubuntu;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto Condensed";
}


/*
* page header
*/

header .html_body_header_h1_text {
    white-space: nowrap;
}

