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


  :root {
    --base-font-family: Nunito Sans;
    --heading-font-family: Nunito Sans;

    --h1-heading-color: #000000;
    --hyperlink-color: #ffcc00;

    --donation-button-font-family: Nunito Sans;
    --donation-button-background-color: #000000;
    --donation-button-text-color: #ffcc00;

    --start-action-button-font-family: Nunito Sans;
    --start-action-button-background-color: #ffcc00;
    --start-action-button-text-color: #000000;

    --start-project-button-font-family: Nunito Sans;
    --start-project-button-background-color: #ffcc00;
    --start-project-button-text-color: #000000;

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

  :after,
  :before {
    --theme-color: #ffcc00;
    --theme-contrast-color: #000000;
    --theme-darken-color: #e6b800;
    --theme-darken-contrast-color: #000000;
  }

:root,
:before,
:after {
  --theme-color: #ffcc00;
  --theme-contrast-color: #000000;
  --theme-darken-color: #e6b800;
  --theme-darken-color-70: #b38f00;

  --theme-lighten-color-40: #fff428;
  --theme-lighten-color-70: #ffff46;
  --theme-lighten-color-100: #ffff64;

  --theme-opacity-theme-color-10: rgba(255, 204, 0, 0.1);
  --theme-opacity-theme-color-30: rgba(255, 204, 0, 0.3);

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