@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

:root {
--theme-font-family: 'Roboto';

--accent-theme-color: #000;
--accent-theme-color-rgb: 0,0,0;

--theme-color: #000;
--theme-color-rgb: 0,0,0;

--secondary-theme-color: #000;
--secondary-theme-color-rgb: 0,0,0;

--font-color: #000000;
--font-color-rgb: 0, 0, 0;

--pulse-shadow-color: #000;
--pulse-shadow-color-rgb: 0,0,0;

--button-background-color: #000;
--button-font-color: #FFFFFF;

}

.ucManualSearch .panel-body > .container .panel-heading { font-size: 1.4rem; }