        @import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');


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

    --h1-heading-color: #000000;
    --hyperlink-color: #26afd4;

    --donation-button-font-family: Archivo;
    --donation-button-background-color: #26afd4;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Archivo;
    --start-action-button-background-color: #26afd4;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Archivo;
    --start-project-button-background-color: #26afd4;
    --start-project-button-text-color: #ffffff;

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

  :after,
  :before {
    --theme-color: #26afd4;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #229ebf;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color: #26afd4;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #229ebf;
  --theme-darken-color-70: #1b7a94;

  --theme-lighten-color-40: #4ed7fc;
  --theme-lighten-color-70: #6cf5ff;
  --theme-lighten-color-100: #8affff;

  --theme-opacity-theme-color-10: rgba(38, 175, 212, 0.1);
  --theme-opacity-theme-color-30: rgba(38, 175, 212, 0.3);

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