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

    --donation-button-font-family: Open Sans;
    --donation-button-background-color: #f5a43b;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Open Sans;
    --start-action-button-background-color: #f5a43b;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #f5a43b;
    --start-project-button-text-color: #ffffff;

    --theme-darken-color: #dd9435;
    --theme-darken-contrast-color: #e6e6e6;
  }

  :after,
  :before {
    --theme-color: #f5a43b;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #dd9435;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #f5a43b;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #dd9435;
  --theme-darken-color-70: #ac7329;

  --theme-lighten-color-40: #ffcc63;
  --theme-lighten-color-70: #ffea81;
  --theme-lighten-color-100: #ffff9f;

  --theme-opacity-theme-color-10: rgba(245, 164, 59, 0.1);
  --theme-opacity-theme-color-30: rgba(245, 164, 59, 0.3);

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