@import url('https://fonts.googleapis.com/css?family=Unbounded');
@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://fonts.googleapis.com/css?family=Unbounded');

:root,
:after,
:before {
  --theme-color: #ff4e15;
  --fp-body-color: #ffffff;
  --fp-theme-color: #ff4e15;
  --fp-theme-secondary-color: #f4f4f4;
  --fp-text-color: #000000;
  --fp-title-color: #330e05;
  --fp-theme-contrast-color: #ffffff;

  --fp-title-font: Unbounded;
  --fp-text-font: Inter;
  --fp-button-font: Unbounded;
  --fp-hyperlink-color: #ff4e15;

  --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: var(--fp-custom-color-4);
  --theme-button-hover-text-color: var(--fp-text-color);
  --theme-button-hover-border-color: var(--fp-custom-color-4);

  --donation-button-background-color: var(--fp-theme-color);
  --donation-button-text-color: var(--fp-theme-secondary-color);
  --donation-button-border-color: var(--fp-theme-color);
  --donation-button-hover-background-color: var(--fp-custom-color-4);
  --donation-button-hover-text-color: var(--fp-text-color);
  --donation-button-hover-border-color: var(--fp-custom-color-4);

  --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-custom-color-4);
  --start-action-button-hover-text-color: var(--fp-title-color);
  --start-action-button-hover-border-color: var(--fp-custom-color-4);

  --start-project-button-background-color: #17be6a00;
  --start-project-button-text-color: #17be6a;
  --start-project-button-border-color: #17be6a;
  --start-project-button-hover-background-color: #17be6a;
  --start-project-button-hover-text-color: var(--fp-theme-contrast-color);
  --start-project-button-hover-border-color: #17be6a;

  --fp-global-title-font-size: 48px;
  --fp-global-title-font-weight: 500;
  --fp-global-title-text-transform: default;

    --fp-custom-color-1: #cad5fe;
    --fp-custom-color-2: #f9d12b;
    --fp-custom-color-3: #f24a17;
    --fp-custom-color-4: #d9ee5e;
}
