@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Open+Sans:wght@400;500;700&display=swap');
:root {
--themeColorBodyBackground: #fafafa;
--themeColorFormBackground: #ffffff;
--themeColorFormControlBackground: #f3f1f1;
--themeColorRadioControlBackground: #cccccc;
--themeColorHeadings: #3b3b3b;
--themeColorLabels: #25dc71;
--themeColorBody: #6d6d6d;
--themeColorButtonsBackground: #949bff;
--themeColorButtonsText: #ffffff;
--themeFontSizeHeading1: 1.45rem;
--themeFontSizeHeading2: 1.25rem;
--themeFontSizeHeading3: 1rem;
--themeFontSizeBody: 1rem;
--themeFontFamilyBody: "Open Sans";
--themeFontFamilyHeadings: "Roboto Slab";
--themeFieldsetBorderSize: 2px solid;
--themeColorFieldsetBorder: #aaaaaa;
--themeFieldsetLegend: 1.2rem;
--themePaddingForm: 1rem;
}