/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #c9ecf6;
      --color-primary-100: #a9dff2;
      --color-primary-200: #89d2ee;
      --color-primary-300: #69c5ea;
      --color-primary-400: #49b8e6;
      --color-primary-500: #29abe2;
      --color-primary-600: #2391c0;
      --color-primary-700: #1d779e;
      --color-primary-800: #175d7c;
      --color-primary-900: #11435a;
      --color-primary-950: #0b2938;
      --btn-link-disabled-color: #29abe2;
  }
  /* END Custom Color Scheme CSS */

  /* reducing header height - kevinthibault */
.page-header .header-default .vcard.header-logo-enabled { height: fit-content; }