@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;500;700&display=swap');
:root {
--themeColorBodyBackground: #f5f5f5;
--themeColorFormBackground: #ffffff;
--themeColorFormControlBackground: #f5f5f5;
--themeColorRadioControlBackground: #cccccc;
--themeColorHeadings: #018dc1;
--themeColorLabels: #2e2e2e;
--themeColorBody: #2e2e2e;
--themeColorButtonsBackground: #f05555;
--themeColorButtonsText: #ffffff;
--themeFontSizeHeading1: 2.5rem;
--themeFontSizeHeading2: 1.25rem;
--themeFontSizeHeading3: 1.15rem;
--themeFontSizeBody: 1.15rem;
--themeFontFamilyBody: "Titillium Web";
--themeFontFamilyHeadings: "Titillium Web";
--themeFieldsetBorderSize: 1px solid;
--themeColorFieldsetBorder: #007ea8;
--themeFieldsetLegend: 1.2rem;
--themePaddingForm: 1rem 1.8rem;
}

body .page-top {
min-height: 100px;
padding: 0.5rem 0;
box-shadow: 0 7px 20px -1px rgba(0,0,0,0.15);
}
