  @import url('https://fonts.googleapis.com/css?family=Tilt+Warp:400&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Overpass:100,200,300,400,500,600,700,800,900&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&display=swap');

:root,
:after,
:before {
  --theme-color: #0085ca;
  --fp-body-color: #ffffff;
  --fp-theme-color: #0085ca;
  --fp-theme-secondary-color: #f1f1f1;
  --fp-text-color: #1e1833;
  --fp-title-color: #1e1833;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: Tilt Warp;
  --fp-text-font: Overpass;
  --fp-button-font: Open Sans;
  --fp-hyperlink-color: #eb4c41;

  --theme-button-background-color: var(--fp-hyperlink-color);
  --theme-button-text-color: var(--fp-theme-contrast-color);
  --theme-button-border-color: var(--fp-hyperlink-color);
  --theme-button-hover-background-color: var(--fp-custom-color-1);
  --theme-button-hover-text-color: var(--fp-theme-contrast-color);
  --theme-button-hover-border-color: var(--fp-custom-color-1);

  --donation-button-background-color: var(--fp-hyperlink-color);
  --donation-button-text-color: #ffffff;
  --donation-button-border-color: var(--fp-hyperlink-color);
  --donation-button-hover-background-color: var(--fp-custom-color-1);
  --donation-button-hover-text-color: var(--fp-theme-contrast-color);
  --donation-button-hover-border-color: var(--fp-custom-color-1);

  --start-action-button-background-color: var(--fp-hyperlink-color);
  --start-action-button-text-color: #ffffff;
  --start-action-button-border-color: var(--fp-hyperlink-color);
  --start-action-button-hover-background-color: var(--fp-hyperlink-color);
  --start-action-button-hover-text-color: var(--fp-theme-secondary-color);
  --start-action-button-hover-border-color: var(--fp-hyperlink-color);

  --start-project-button-background-color: #FFFFFF00;
  --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: #f08c3c;
    --fp-custom-color-2: #f8b056;
    --fp-custom-color-3: #fbd97e;
}
