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


  :root {
    --base-font-family: Roboto;
    --heading-font-family: Roboto;

    --h1-heading-color: #555555;
    --hyperlink-color: #c1c0a3;

    --donation-button-font-family: Roboto;
    --donation-button-background-color: #ffffff;
    --donation-button-text-color: #3c3c3b;

    --start-action-button-font-family: Roboto;
    --start-action-button-background-color: #c1c0a3;
    --start-action-button-text-color: #3c3c3b;

    --start-project-button-font-family: Roboto;
    --start-project-button-background-color: #c1c0a3;
    --start-project-button-text-color: #3c3c3b;

    --theme-darken-color: #aead93;
    --theme-darken-contrast-color: #363635;
  }

  :after,
  :before {
    --theme-color: #c1c0a3;
    --theme-contrast-color: #3c3c3b;
    --theme-darken-color: #aead93;
    --theme-darken-contrast-color: #363635;
  }

:root,
:before,
:after {
  --theme-color: #c1c0a3;
  --theme-contrast-color: #3c3c3b;
  --theme-darken-color: #aead93;
  --theme-darken-color-70: #878672;

  --theme-lighten-color-40: #e9e8cb;
  --theme-lighten-color-70: #ffffe9;
  --theme-lighten-color-100: #ffffff;

  --theme-opacity-theme-color-10: rgba(193, 192, 163, 0.1);
  --theme-opacity-theme-color-30: rgba(193, 192, 163, 0.3);

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