/* Base styles */
html, body {
  background-color: var(--color-base-200);
  color: var(--color-base-content);
}

.page-content {
}
