:root,
:after,
:before {
  --theme-color: #0d0654;
  --fp-body-color: #ffffff;
  --fp-theme-color: #0d0654;
  --fp-theme-secondary-color: #f5f0eb;
  --fp-text-color: #000000ea;
  --fp-title-color: #0d0654;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: "Inter";
  --fp-text-font: "Inter";
  --fp-button-font: "Open Sans";
  --fp-hyperlink-color: #fc616a;

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

  --start-action-button-background-color: var(--fp-custom-color-1);
  --start-action-button-text-color: var(--fp-custom-color-2);
  --start-action-button-border-color: var(--fp-custom-color-2);
  --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: 33px;
  --fp-global-title-font-weight: 800;
  --fp-global-title-text-transform: default;

    --fp-custom-color-1: #ffe91f;
    --fp-custom-color-2: #0d0654;
    --fp-custom-color-3: #00a9b0;
}
