:root {
  --surface-a: #000000; /* customized */#293241;
  --surface-b: #0a0a0a; /* customized */#3E4754;
  --surface-c: rgba(255, 255, 255, 0.04); /* customized */rgba(255, 168, 88, 0.2);
  --surface-d: #111111; /* customized */#545B67;
  --surface-e: #000000; /* customized */#293241;
  --surface-f: #000000; /* customized */#293241;
  --text-color: rgba(255, 255, 255, 0.95); /* customized */#EAEBEC;
  --text-color-secondary: rgba(255, 255, 255, 0.6); /* customized */#BFC2C6;
  --primary-color: #f97316; /* customized */#FFA858;
  --primary-dark-color: #ea650f; /* customized */#FF810E;
  --primary-light-color: #ffb26b; /* customized */#FFC591;
  --primary-lighter-color: rgba(249, 115, 22, 0.1); /* customized */rgba(255, 197, 145, 0.1);
  --primary-color-text: #000000; /* customized */#3E4754;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #000000; /* customized */ #293241;
  --surface-50: #111111; /* customized */ #3e4754;
  --surface-100: #1a1a1a; /* customized */ #545b67;
  --surface-200: #2a2a2a; /* customized */ #69707a;
  --surface-300: #3a3a3a; /* customized */ #7f848d;
  --surface-400: #4a4a4a; /* customized */ #9499a0;
  --surface-500: #5a5a5a; /* customized */ #a9adb3;
  --surface-600: #6a6a6a; /* customized */ #bfc2c6;
  --surface-700: #7a7a7a; /* customized */ #d4d6d9;
  --surface-800: #8a8a8a; /* customized */ #eaebec;
  --surface-900: #ffffff; /* customized */ #ffffff;
  --gray-50: #f4f4f4; /* customized */#eaebec;
  --gray-100: #e5e5e5; /* customized */ #d4d6d9;
  --gray-200: #d4d4d4; /* customized */ #d4d6d9;
  --gray-300: #a3a3a3; /* customized */ #bfc2c6;
  --gray-400: #737373; /* customized */ #a9adb3;
  --gray-500: #525252; /* customized */ #7f848d;
  --gray-600: #404040; /* customized */ #69707a;
  --gray-700: #262626; /* customized */ #545b67;
  --gray-800: #171717; /* customized */ #3e4754;
  --gray-900: #0a0a0a; /* customized */ #293241;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:6px;
  --surface-ground: #000000; /* customized */#3E4754;
  --surface-section: #0a0a0a; /* customized */#3E4754;
  --surface-card: #111111; /* customized */#293241;
  --surface-overlay: #111111; /* customized */#293241;
  --surface-border: #1f1f1f; /* customized */#545B67;
  --surface-hover: rgba(255,255,255,0.05); /* customized */rgba(255,255,255,.03);
  --focus-ring: 0 0 0 1px rgba(249, 115, 22, 0.5); /* customized */ 0 0 0 1px #FFC591;
  --maskbg: rgba(0, 0, 0, 0.4);
}

/* Add your customizations of the theme variables here */
/* Add your customizations of the theme styles here */
.fc.fc-theme-standard .fc-highlight {
  background: rgba(255, 197, 145, 0.1);
}

/*# sourceMappingURL=theme-dark.css.map */
