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


  :root {
    --base-font-family: Barlow Condensed;
    --heading-font-family: Barlow Condensed;

    --h1-heading-color: #e20812;
    --hyperlink-color: #e20812;

    --donation-button-font-family: Barlow Condensed;
    --donation-button-background-color: #e20812;
    --donation-button-text-color: #ffffff;

    --start-action-button-font-family: Barlow Condensed;
    --start-action-button-background-color: #e20812;
    --start-action-button-text-color: #ffffff;

    --start-project-button-font-family: Barlow Condensed;
    --start-project-button-background-color: #319aad;
    --start-project-button-text-color: #ffffff;

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

  :after,
  :before {
    --theme-color:  #002438;
    --theme-contrast-color: #ffffff;
    --theme-darken-color: #00023c;
    --theme-darken-contrast-color: #e6e6e6;
  }

:root,
:before,
:after {
  --theme-color:  #002438;
  --theme-contrast-color: #ffffff;
  --theme-darken-color: #00023c;
  --theme-darken-color-70: #00012f;

  --theme-lighten-color-40: #282a6b;
  --theme-lighten-color-70: #464889;
  --theme-lighten-color-100: #6466a7;

  --theme-opacity-theme-color-10: rgba(0, 2, 67, 0.1);
  --theme-opacity-theme-color-30: rgba(0, 2, 67, 0.3);

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