        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


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

    --h1-heading-color: #333333;
    --hyperlink-color: #ee7402;

    --donation-button-font-family: Open Sans;
    --donation-button-background-color: #ee7402;
    --donation-button-text-color: #f5eded;

    --start-action-button-font-family: Open Sans;
    --start-action-button-background-color: #ee7402;
    --start-action-button-text-color: #f5eded;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #ee7402;
    --start-project-button-text-color: #f5eded;

    --theme-darken-color: #d66802;
    --theme-darken-contrast-color: #ddd5d5;
  }

  :after,
  :before {
    --theme-color: #ee7402;
    --theme-contrast-color: #f5eded;
    --theme-darken-color: #d66802;
    --theme-darken-contrast-color: #ddd5d5;
  }

:root,
:before,
:after {
  --theme-color: #ee7402;
  --theme-contrast-color: #f5eded;
  --theme-darken-color: #d66802;
  --theme-darken-color-70: #a75101;

  --theme-lighten-color-40: #ff9c2a;
  --theme-lighten-color-70: #ffba48;
  --theme-lighten-color-100: #ffd866;

  --theme-opacity-theme-color-10: rgba(238, 116, 2, 0.1);
  --theme-opacity-theme-color-30: rgba(238, 116, 2, 0.3);

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