@font-face { font-family: 'Citroen'; src: url('../fonts/Citroen/CitroenType-Bold.woff2') format('woff2'), url('../fonts/Citroen/CitroenType-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Citroen'; src: url('../fonts/Citroen/CitroenType-Regular.woff2') format('woff2'), url('../fonts/Citroen/CitroenType-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }

:root {
--theme-font-family: 'Citroen';

--accent-theme-color: #DA291C;
--accent-theme-color-rgb: 218, 41, 28;

--theme-color: #DA291C;
--theme-color-rgb: 218, 41, 28;

--secondary-theme-color: #DA291C;
--secondary-theme-color-rgb: 218, 41, 28;

--font-color: #000000;
--font-color-rgb: 0, 0, 0;

--pulse-shadow-color: #DA291C;
--pulse-shadow-color-rgb: 218, 41, 28;

--button-background-color: #DA291C;
--button-font-color: #FFFFFF;

}

.ucManualSearch .panel-body > .container .panel-heading { font-size: 1.3rem; }