/* Basic theme styles - Tailwind will be compiled separately */
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

/* Hide Drupal content when React takes over */
.has-react-components .content-region {
  display: none;
}
