@import url('https://fonts.googleapis.com/css?family=Figtree');
@import url('https://fonts.googleapis.com/css?family=Verdana');
@import url('https://fonts.googleapis.com/css?family=Verdana');

:root,
:after,
:before {
  --theme-color: #55a263;
  --fp-body-color: #ffffff;
  --fp-theme-color: #55a263;
  --fp-theme-secondary-color: #F3F5F0;
  --fp-text-color: #040405;
  --fp-title-color: #4679aa;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: Figtree;
  --fp-text-font: Verdana;
  --fp-button-font: Verdana;
  --fp-hyperlink-color: #55a263;

  --theme-button-background-color: var(--fp-theme-color);
  --theme-button-text-color: var(--fp-theme-contrast-color);
  --theme-button-border-color: var(--fp-theme-color);
  --theme-button-hover-background-color: #00000000;
  --theme-button-hover-text-color: var(--fp-theme-color);
  --theme-button-hover-border-color: var(--fp-theme-color);

  --donation-button-background-color: var(--fp-theme-color);
  --donation-button-text-color: var(--fp-theme-contrast-color);
  --donation-button-border-color: var(--fp-theme-color);
  --donation-button-hover-background-color: #17be6a00;
  --donation-button-hover-text-color: #17be6a;
  --donation-button-hover-border-color: #17be6a;

  --start-action-button-background-color: #ffffff00;
  --start-action-button-text-color: var(--fp-theme-color);
  --start-action-button-border-color: var(--fp-theme-color);
  --start-action-button-hover-background-color: #17be6a;
  --start-action-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-action-button-hover-border-color: #17be6a;

  --start-project-button-background-color: #17be6a00;
  --start-project-button-text-color: #17be6a;
  --start-project-button-border-color: #17be6a;
  --start-project-button-hover-background-color: #17be6a;
  --start-project-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-project-button-hover-border-color: #17be6a;

  --fp-global-title-font-size: 32px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: default;

    --fp-custom-color-1: #ffffff;
}
