        @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: #f0a80e;
    --hyperlink-color: #0a9494;

    --donation-button-font-family: Open Sans;
    --donation-button-background-color: #5d6187;
    --donation-button-text-color: #e6d8d4;

    --start-action-button-font-family: Open Sans;
    --start-action-button-background-color: #0a9494;
    --start-action-button-text-color: #4d312b;

    --start-project-button-font-family: Open Sans;
    --start-project-button-background-color: #0a9494;
    --start-project-button-text-color: #4d312b;

    --theme-darken-color: #098585;
    --theme-darken-contrast-color: #452c27;
  }

  :after,
  :before {
    --theme-color: #0a9494;
    --theme-contrast-color: #4d312b;
    --theme-darken-color: #098585;
    --theme-darken-contrast-color: #452c27;
  }

:root,
:before,
:after {
  --theme-color: #0a9494;
  --theme-contrast-color: #4d312b;
  --theme-darken-color: #098585;
  --theme-darken-color-70: #076868;

  --theme-lighten-color-40: #32bcbc;
  --theme-lighten-color-70: #50dada;
  --theme-lighten-color-100: #6ef8f8;

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

  --theme-darken-contrast-color: #452c27;
}
