@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;
}

img { border-radius: 1rem; }
.unive-styled { font-size: 0.95rem; padding: 0 1.3rem 1.4rem; column-count: 1; column-gap: 2.5rem; }
.unive-styled h1, .unive-styled h2, .unive-styled h3 { font-weight: bold; color: #24dc70; }
.unive-styled h1 { font-size: 1.5rem; margin-bottom: 1.5rem; }
.unive-styled h3 { font-family: 'Open Sans'; font-size: 0.95rem; font-weight: bold; color: #333; margin-bottom: 0.2rem; }

@media (min-width: 980px) {
  .unive-styled {
    column-count: 2;
  }
}
