/**
 * Layout styles for dark theme
 */

/* Base colors */
body {
  color: #e0e0e0;
  background-color: #1a1a1a;
  border-top: none !important;
  overflow-x: hidden;
}

html {
  border-top: none !important;
  overflow-x: hidden;
}

/* Page content */
.page-content {
  background-color: #1a1a1a;
  overflow-x: hidden;
  word-wrap: break-word;
}

/* Wrapper */
.wrapper {
  background-color: transparent;
}
