        @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');


  :root {
    --base-font-family: Titillium Web;
    --heading-font-family: Titillium Web;

    --h1-heading-color: #000000;
    --hyperlink-color: #2858dc;

    --donation-button-font-family: Titillium Web;
    --donation-button-background-color: #2858dc;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Titillium Web;
    --start-action-button-background-color: #2858dc;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Titillium Web;
    --start-project-button-background-color: #2858dc;
    --start-project-button-text-color: #ffffff;

    --theme-darken-color: #244fc6;
    --theme-darken-contrast-color: #e6e6e6;
  }

  :after,
  :before {
    --theme-color: #2858dc;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #244fc6;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #2858dc;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #244fc6;
  --theme-darken-color-70: #1c3e9a;

  --theme-lighten-color-40: #5080ff;
  --theme-lighten-color-70: #6e9eff;
  --theme-lighten-color-100: #8cbcff;

  --theme-opacity-theme-color-10: rgba(40, 88, 220, 0.1);
  --theme-opacity-theme-color-30: rgba(40, 88, 220, 0.3);

  --theme-darken-contrast-color: #e6e6e6;
}
