/*
 * 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.
 */

@import url("/assets/solarized/light-20e54f03.css");
@import url("/assets/solarized/dark-b71e500c.css");
@import url("/assets/components/_email_form-76c7255b.css");

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: normal;
}

.container {
  max-width: 100ch;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.content p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.site-footer {
  max-width: 100ch;
  margin: 2rem auto 0;
  padding: 2rem 0 0;
  border-top: 1px solid var(--base1);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1rem;
}

.site-footer a,
.back-link,
.legal-content a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.back-link {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.legal-content {
  max-width: 76ch;
}

.legal-content h1 {
  margin-bottom: 1rem;
}

.legal-content h2 {
  margin: 3rem 0 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.legal-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.legal-updated {
  font-size: 1rem;
  opacity: 0.72;
}
