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

:root,
:after,
:before {
  --theme-color: #0030b4;
  --fp-body-color: #ffffff;
  --fp-theme-color: #0030b4;
  --fp-theme-secondary-color: #F3F5F0;
  --fp-text-color: #040405;
  --fp-title-color: #ff0000;
  --fp-theme-contrast-color: #ffffff;

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

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

  --donation-button-background-color: var(--fp-title-color);
  --donation-button-text-color: var(--fp-body-color);
  --donation-button-border-color: var(--fp-title-color);
  --donation-button-hover-background-color: var(--fp-body-color);
  --donation-button-hover-text-color: var(--fp-title-color);
  --donation-button-hover-border-color: var(--fp-custom-color-1);

  --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-theme-contrast-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: #2e4e99;
  --start-project-button-text-color: var(--fp-theme-color);
  --start-project-button-border-color: #2e4e99;
  --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: #2e4e99;

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

    --fp-custom-color-1: #ff0000;
    --fp-custom-color-2: #383838;
    --fp-custom-color-3: #ef7d00;
    --fp-custom-color-4: #009636;
    --fp-custom-color-5: #0030b4;
    --fp-custom-color-6: #ffffff;
    --fp-custom-color-7: #E5EAF7;
}
