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

:root,
:after,
:before {
  --theme-color: #1e0a33;
  --fp-body-color: #994949;
  --fp-theme-color: #1e0a33;
  --fp-theme-secondary-color: #f1f1f1;
  --fp-text-color: #040405;
  --fp-title-color: #0a0aec;
  --fp-theme-contrast-color: #e9f0d8;

  --fp-title-font: Archivo;
  --fp-text-font: Lato;
  --fp-button-font: Amiko;
  --fp-hyperlink-color: #1e0a33;

  --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: #aeff00;
  --theme-button-hover-text-color: #000000;
  --theme-button-hover-border-color: #aeff00;

  --donation-button-background-color: #288a0f;
  --donation-button-text-color: var(--fp-theme-contrast-color);
  --donation-button-border-color: #17be6a;
  --donation-button-hover-background-color: #17be6a00;
  --donation-button-hover-text-color: #17be6a;
  --donation-button-hover-border-color: #17be6a;

  --start-action-button-background-color: var(--fp-theme-contrast-color);
  --start-action-button-text-color: #727db8;
  --start-action-button-border-color: #17be6a;
  --start-action-button-hover-background-color: #7730c8;
  --start-action-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-action-button-hover-border-color: #17be6a;

  --start-project-button-background-color: #370d61;
  --start-project-button-text-color: #7f81b0;
  --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: 900;
  --fp-global-title-text-transform: uppercase;

}
