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

:root,
:after,
:before {
  --theme-color: #80a7ed;
  --fp-body-color: #ffffff;
  --fp-theme-color: #80a7ed;
  --fp-theme-secondary-color: #f1f1f1;
  --fp-text-color: #242424;
  --fp-title-color: #ffffff;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: Poppins;
  --fp-text-font: Poppins;
  --fp-button-font: Poppins;
  --fp-hyperlink-color:  #80a7ed;

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

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

  --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: 32px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: uppercase;

    --fp-custom-color-1: #f45531;
    --fp-custom-color-2: #fcbedb;
    --fp-custom-color-3: #ffa300;
    --fp-custom-color-4: #ffe97b;
    --fp-custom-color-5: #359e7b;
    --fp-custom-color-6: #b8e6f4;
}
