        @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: #ef7622;

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

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

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

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

  :after,
  :before {
    --theme-color: #ef7622;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #d76a1f;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #ef7622;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #d76a1f;
  --theme-darken-color-70: #a75318;

  --theme-lighten-color-40: #ff9e4a;
  --theme-lighten-color-70: #ffbc68;
  --theme-lighten-color-100: #ffda86;

  --theme-opacity-theme-color-10: rgba(239, 118, 34, 0.1);
  --theme-opacity-theme-color-30: rgba(239, 118, 34, 0.3);

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