/*
    Use this stylesheet to modify the layout of your
    conference.
*/

:root {
  /* Header */
  --conf-theme-header-bg: #d1d5dc;
  --conf-theme-header-border-bottom: #d1d5dc; /* region border */
  --conf-theme-header-text: #1d293d;

  /* Subtitle area */
  --conf-theme-subtitle-bg: #e5e7eb;
  --conf-theme-subtitle-border: #d1d5dc;
  --conf-theme-subtitle-text: #1d293d;

  /* Menu colors: menu select on the leftside */
  --conf-theme-menu-bg: #e5e7eb;
  --conf-theme-menu-border: #ccc;
  --conf-theme-menu-link: #1d293d;
  --conf-theme-menu-selected: #0088a2;
  --conf-theme-menu-selected-bg: #dadada;
  --conf-theme-menu-selected-border: #d0d0d0;
  --conf-theme-hover-bg: #e0e0e0;
  --conf-theme-hover-color: var(--conf-theme-menu-link);
  --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: #d1d5dc;
  --conf-theme-support-header-text: #1d293d;
  --conf-theme-support-text: #aaa;

  /* Background images */
  --conf-theme-sprite-image: url('/images/conf/sprites_blue.png');

  /* Announcement colors */
  --conf-theme-announcement-bg: #e5e7eb;
  --conf-theme-announcement-border: #e5e7eb;
  --conf-theme-announcement-text: #0f283d;
}

/* Other CSS as needed */