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

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

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

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

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

  :after,
  :before {
    --theme-color: #451616;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #3e1414;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #451616;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #3e1414;
  --theme-darken-color-70: #300f0f;

  --theme-lighten-color-40: #6d3e3e;
  --theme-lighten-color-70: #8b5c5c;
  --theme-lighten-color-100: #a97a7a;

  --theme-opacity-theme-color-10: rgba(69, 22, 22, 0.1);
  --theme-opacity-theme-color-30: rgba(69, 22, 22, 0.3);

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