  @import url('https://fonts.googleapis.com/css?family=Chau+Philomene+One:400&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,400,500,600,700,800,900,1000&display=swap');

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

  --fp-title-font: Chau Philomene One;
  --fp-text-font: Quicksand;
  --fp-button-font: DM Sans;
  --fp-hyperlink-color: #e3111c;

  --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-theme-color);
  --donation-button-text-color: var(--fp-theme-contrast-color);
  --donation-button-border-color: var(--fp-theme-color);
  --donation-button-hover-background-color: #FFFFFF00;
  --donation-button-hover-text-color: var(--fp-theme-color);
  --donation-button-hover-border-color: var(--fp-theme-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-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-contrast-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: 33px;
  --fp-global-title-font-weight: 700;
  --fp-global-title-text-transform: uppercase;

}
