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

:root,
:after,
:before {
  --theme-color: #b18e4a;
  --fp-body-color: #ffffff;
  --fp-theme-color: #b18e4a;
  --fp-theme-secondary-color: #f3f5f0;
  --fp-text-color: #393939;
  --fp-title-color: #040405;
  --fp-theme-contrast-color: #fafafa;

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

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

  --fp-global-title-font-size: 34px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: uppercase;

}
