@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: #00416d;
  --fp-body-color: #e9ded0;
  --fp-theme-color: #00416d;
  --fp-theme-secondary-color: #e9ded0;
  --fp-text-color: #000000;
  --fp-title-color: #ed8258;
  --fp-theme-contrast-color: #ffffff;

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

  --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-title-color);
  --donation-button-text-color: var(--fp-theme-contrast-color);
  --donation-button-border-color: var(--fp-title-color);
  --donation-button-hover-background-color: var(--fp-theme-secondary-color);
  --donation-button-hover-text-color: var(--fp-title-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-body-color);
  --start-action-button-hover-text-color: var(--fp-theme-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: 40px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: uppercase;

    --fp-custom-color-1: #00416d;
    --fp-custom-color-2: #ffd764;
    --fp-custom-color-3: #e9ded0;
}
