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


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

    --h1-heading-color: #ce0059;
    --hyperlink-color: #ce0059;

    --donation-button-font-family: Arial;
    --donation-button-background-color: #ffffff;
    --donation-button-text-color: #bdbdbd;

    --start-action-button-font-family: Arial;
    --start-action-button-background-color: #ce0059;
    --start-action-button-text-color: #bdbdbd;

    --start-project-button-font-family: Arial;
    --start-project-button-background-color: #ce0059;
    --start-project-button-text-color: #bdbdbd;

    --theme-darken-color: #b90050;
    --theme-darken-contrast-color: #aaaaaa;
  }

  :after,
  :before {
    --theme-color: #ce0059;
    --theme-contrast-color: #bdbdbd;
    --theme-darken-color: #b90050;
    --theme-darken-contrast-color: #aaaaaa;
  }

:root,
:before,
:after {
  --theme-color: #ce0059;
  --theme-contrast-color: #bdbdbd;
  --theme-darken-color: #b90050;
  --theme-darken-color-70: #90003e;

  --theme-lighten-color-40: #f62881;
  --theme-lighten-color-70: #ff469f;
  --theme-lighten-color-100: #ff64bd;

  --theme-opacity-theme-color-10: rgba(206, 0, 89, 0.1);
  --theme-opacity-theme-color-30: rgba(206, 0, 89, 0.3);

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