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


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

    --h1-heading-color: #000000;
    --hyperlink-color: #de0733;

    --donation-button-font-family: Koulen;
    --donation-button-background-color: #de0733;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Koulen;
    --start-action-button-background-color: #de0733;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #de0733;
    --start-project-button-text-color: #ffffff;

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

  :after,
  :before {
    --theme-color: #de0733;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #c8062e;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #de0733;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #c8062e;
  --theme-darken-color-70: #9b0524;

  --theme-lighten-color-40: #ff2f5b;
  --theme-lighten-color-70: #ff4d79;
  --theme-lighten-color-100: #ff6b97;

  --theme-opacity-theme-color-10: rgba(222, 7, 51, 0.1);
  --theme-opacity-theme-color-30: rgba(222, 7, 51, 0.3);

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