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

:root,
:after,
:before {
  --theme-color: #ab80b8;
  --fp-body-color: #ffffff;
  --fp-theme-color: #ab80b8;
  --fp-theme-secondary-color: #F3F5F0;
  --fp-text-color: #090805c1;
  --fp-title-color: #090805;
  --fp-theme-contrast-color: #fef5e4;

  --fp-title-font: Figtree;
  --fp-text-font: Figtree;
  --fp-button-font: Figtree;
  --fp-hyperlink-color: #ab80b8;

  --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: var(--fp-theme-contrast-color);
  --theme-button-hover-text-color: var(--fp-theme-color);
  --theme-button-hover-border-color: var(--fp-theme-color);

  --donation-button-background-color: var(--fp-hyperlink-color);
  --donation-button-text-color: var(--fp-theme-color);
  --donation-button-border-color: var(--fp-hyperlink-color);
  --donation-button-hover-background-color: var(--fp-theme-color);
  --donation-button-hover-text-color: var(--fp-theme-contrast-color);
  --donation-button-hover-border-color: var(--fp-theme-contrast-color);

  --start-action-button-background-color: var(--fp-theme-color);
  --start-action-button-text-color: var(--fp-body-color);
  --start-action-button-border-color: var(--fp-theme-color);
  --start-action-button-hover-background-color: var(--fp-theme-color);
  --start-action-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-action-button-hover-border-color: var(--fp-theme-color);

  --start-project-button-background-color: var(--fp-text-color);
  --start-project-button-text-color: var(--fp-body-color);
  --start-project-button-border-color: var(--fp-text-color);
  --start-project-button-hover-background-color: var(--fp-theme-color);
  --start-project-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-project-button-hover-border-color: var(--fp-text-color);

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

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