@import url('https://fonts.googleapis.com/css?family=Tilt+Warp');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

:root,
:after,
:before {
  --theme-color: #fc6217;
  --fp-body-color: #ffffff;
  --fp-theme-color: #fc6217;
  --fp-theme-secondary-color: #F3F5F0;
  --fp-text-color: #002d65;
  --fp-title-color: #002d65;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: Tilt Warp;
  --fp-text-font: Roboto Condensed;
  --fp-button-font: Nunito Sans;
  --fp-hyperlink-color: #fc6217;

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

  --start-action-button-background-color: var(--fp-hyperlink-color);
  --start-action-button-text-color: var(--fp-theme-contrast-color);
  --start-action-button-border-color: var(--fp-hyperlink-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: 32px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: default;

    --fp-custom-color-1: #9bbfd9;
    --fp-custom-color-2: #e7f2f8;
    --fp-custom-color-3: #d73f00;
}
