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