/* Compiled Tailwind output placeholder. Replace with the build artifact from src/input.css. */

:root {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8faf6;
  color: #1f2937;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header,
.site-footer {
  padding: 1rem 0;
  background: #fff;
  border-color: #e5e7eb;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 4rem;
}
