        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


  :root {
    --base-font-family: Open Sans;
    --heading-font-family: Open Sans;

    --h1-heading-color: #333333;
    --hyperlink-color: #577cfe;

    --donation-button-font-family: Open Sans;
    --donation-button-background-color: #577cfe;
    --donation-button-text-color: #e1e25c;

    --start-action-button-font-family: Open Sans;
    --start-action-button-background-color: #577cfe;
    --start-action-button-text-color: #e1e25c;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #577cfe;
    --start-project-button-text-color: #e1e25c;

    --theme-darken-color: #4e70e5;
    --theme-darken-contrast-color: #cbcb53;
  }

  :after,
  :before {
    --theme-color: #577cfe;
    --theme-contrast-color: #e1e25c;
    --theme-darken-color: #4e70e5;
    --theme-darken-contrast-color: #cbcb53;
  }

:root,
:before,
:after {
  --theme-color: #577cfe;
  --theme-contrast-color: #e1e25c;
  --theme-darken-color: #4e70e5;
  --theme-darken-color-70: #3d57b2;

  --theme-lighten-color-40: #7fa4ff;
  --theme-lighten-color-70: #9dc2ff;
  --theme-lighten-color-100: #bbe0ff;

  --theme-opacity-theme-color-10: rgba(87, 124, 254, 0.1);
  --theme-opacity-theme-color-30: rgba(87, 124, 254, 0.3);

  --theme-darken-contrast-color: #cbcb53;
}
