/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
}

main {
  max-width: 40rem;
  margin: 20vh auto 0;
  padding: 0 1.5rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}

p {
  line-height: 1.5;
  color: #94a3b8;
}

strong {
  color: #38bdf8;
}
