  @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Figtree:300,400,500,600,700,800,900&display=swap');

:root,
:after,
:before {
  --theme-color: #e9560c;
  --fp-body-color: #fff7f4;
  --fp-theme-color: #e9560c;
  --fp-theme-secondary-color: #eaeaea;
  --fp-text-color: #07456b;
  --fp-title-color: #07456b;
  --fp-theme-contrast-color: #ffffff;

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

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

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

  --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: #ffede7;
    --fp-custom-color-2: #eaeaea;
}
