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


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

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

    --donation-button-font-family: Titillium Web;
    --donation-button-background-color: #e6a327;
    --donation-button-text-color: #f2efe4;

    --start-action-button-font-family: Titillium Web;
    --start-action-button-background-color: #e6a327;
    --start-action-button-text-color: #f2efe4;

    --start-project-button-font-family: Titillium Web;
    --start-project-button-background-color: #e6a327;
    --start-project-button-text-color: #f2efe4;

    --theme-darken-color: #cf9323;
    --theme-darken-contrast-color: #dad7cd;
  }

  :after,
  :before {
    --theme-color: #e6a327;
    --theme-contrast-color: #f2efe4;
    --theme-darken-color: #cf9323;
    --theme-darken-contrast-color: #dad7cd;
  }

:root,
:before,
:after {
  --theme-color: #e6a327;
  --theme-contrast-color: #f2efe4;
  --theme-darken-color: #cf9323;
  --theme-darken-color-70: #a1721b;

  --theme-lighten-color-40: #ffcb4f;
  --theme-lighten-color-70: #ffe96d;
  --theme-lighten-color-100: #ffff8b;

  --theme-opacity-theme-color-10: rgba(230, 163, 39, 0.1);
  --theme-opacity-theme-color-30: rgba(230, 163, 39, 0.3);

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