:root {
  /* Header */
  --conf-theme-header-bg: #37A935;
  --conf-theme-header-border-bottom: #2e8f2c;
  --conf-theme-header-text: white;

  /* Subtitle area */
  --conf-theme-subtitle-bg: #f3fbf3;
  --conf-theme-subtitle-border: #cfe8cf;
  --conf-theme-subtitle-text: #1f4d1f;

  /* Menu colors */
  --conf-theme-menu-bg: #f6f6f6;
  --conf-theme-menu-border: #ccc;
  --conf-theme-menu-link: #2e8f2c;
  --conf-theme-menu-selected: #37A935;
  --conf-theme-menu-selected-bg: #dadada;
  --conf-theme-menu-selected-border: #d0d0d0;
  --conf-theme-hover-bg: #e0e0e0;
  --conf-theme-hover-color: #2e8f2c;
  --conf-theme-title-sprite-bg: transparent;
  --conf-theme-announcement-sprite-bg: transparent;
  --conf-theme-announcement-border-top: 1px solid var(--conf-theme-announcement-border);
  --conf-theme-announcement-border-bottom: none;

  /* Support box */
  --conf-theme-support-bg: #f6f6f6;
  --conf-theme-support-border: #ccc;
  --conf-theme-support-header-bg: #37A935;
  --conf-theme-support-header-text: #f3f3f3;
  --conf-theme-support-text: #888;

  /* Background images */
  --conf-theme-sprite-image: url('/images/conf/sprites_blue.png');

  /* Announcement colors */
  --conf-theme-announcement-bg: #f3fbf3;
  --conf-theme-announcement-border: #bfe0bf;
  --conf-theme-announcement-text: #163d16;
}