  @import url('https://fonts.googleapis.com/css?family=Amiko:400,600,700&display=swap');

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

  --fp-title-font: Amiko;
  --fp-text-font: Amiko;
  --fp-button-font: Amiko;
  --fp-hyperlink-color: #543d19;

  --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-body-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-contrast-color);
  --start-action-button-hover-text-color: var(--fp-theme-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: uppercase;

}
