        @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: #032094;
    --hyperlink-color: #f20e30;

    --donation-button-font-family: Open Sans;
    --donation-button-background-color: #f52f08;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Open Sans;
    --start-action-button-background-color: #590d5c;
    --start-action-button-text-color: #fafafa;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #590d5c;
    --start-project-button-text-color: #fafafa;

    --theme-darken-color: #500c53;
    --theme-darken-contrast-color: #e1e1e1;
  }

  :after,
  :before {
    --theme-color: #590d5c;
    --theme-contrast-color: #fafafa;
    --theme-darken-color: #500c53;
    --theme-darken-contrast-color: #e1e1e1;
  }

:root,
:before,
:after {
  --theme-color: #590d5c;
  --theme-contrast-color: #fafafa;
  --theme-darken-color: #500c53;
  --theme-darken-color-70: #3e0940;

  --theme-lighten-color-40: #813584;
  --theme-lighten-color-70: #9f53a2;
  --theme-lighten-color-100: #bd71c0;

  --theme-opacity-theme-color-10: rgba(89, 13, 92, 0.1);
  --theme-opacity-theme-color-30: rgba(89, 13, 92, 0.3);

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