        @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


  :root {
    --base-font-family: Raleway;
    --heading-font-family: Raleway;

    --h1-heading-color: #0000ff;
    --hyperlink-color: #dd2d86;

    --donation-button-font-family: Raleway;
    --donation-button-background-color: #524e66;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Raleway;
    --start-action-button-background-color: #937ee8;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Raleway;
    --start-project-button-background-color: #937ee8;
    --start-project-button-text-color: #ffffff;

    --theme-darken-color: #692249;
    --theme-darken-contrast-color: #e6e6e6;
  }

  :after,
  :before {
    --theme-color: #752651;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #692249;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #752651;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #692249;
  --theme-darken-color-70: #521b39;

  --theme-lighten-color-40: #9d4e79;
  --theme-lighten-color-70: #bb6c97;
  --theme-lighten-color-100: #d98ab5;

  --theme-opacity-theme-color-10: rgba(117, 38, 81, 0.1);
  --theme-opacity-theme-color-30: rgba(117, 38, 81, 0.3);

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