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

    --donation-button-font-family: Titillium Web;
    --donation-button-background-color: #de972c;
    --donation-button-text-color: #000000;

    --start-action-button-font-family: Titillium Web;
    --start-action-button-background-color: #de972c;
    --start-action-button-text-color: #000000;

    --start-project-button-font-family: Titillium Web;
    --start-project-button-background-color: #de972c;
    --start-project-button-text-color: #000000;

    --theme-darken-color: #c88828;
    --theme-darken-contrast-color: #000000;
  }

  :after,
  :before {
    --theme-color: #de972c;
    --theme-contrast-color: #000000;
    --theme-darken-color: #c88828;
    --theme-darken-contrast-color: #000000;
  }

:root,
:before,
:after {
  --theme-color: #de972c;
  --theme-contrast-color: #000000;
  --theme-darken-color: #c88828;
  --theme-darken-color-70: #9b6a1f;

  --theme-lighten-color-40: #ffbf54;
  --theme-lighten-color-70: #ffdd72;
  --theme-lighten-color-100: #fffb90;

  --theme-opacity-theme-color-10: rgba(222, 151, 44, 0.1);
  --theme-opacity-theme-color-30: rgba(222, 151, 44, 0.3);

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