/*
 * Theme: fitlive (default)
 * Originally derived from lp.bestlps26.com/AqyLcuh3prq5
 * Loaded via <link rel="stylesheet" href="/themes/fitlive.css">
 * To make a new theme, copy this file, give it a new name, and reference
 * it from a theme config in src/themes/<name>.ts
 */

:root {
  --t-primary: #003a5a;
  --t-secondary: #f18825;
  --t-cta: #5ea22e;
  --t-body: #1d1d1d;
  --t-bg: #f9f9f8;
  --t-caption-bg: #cee8f7;
  --t-nav-border: #235fa0;
  --t-font-sans: "Open Sans", system-ui, sans-serif;
}

body {
  font-family: var(--t-font-sans);
  background-color: var(--t-bg);
  color: var(--t-body);
  line-height: 1.8;
  font-size: 1.1rem;
}

.prose-lp h1,
.prose-lp h2,
.prose-lp h3,
.prose-lp h4 {
  color: var(--t-body);
  margin-bottom: 1.8rem;
  font-weight: bold;
}

.prose-lp p {
  margin-bottom: 1.8rem;
  color: var(--t-body);
}

.prose-lp figcaption {
  text-align: center;
}

.prose-lp figcaption p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.prose-lp a {
  color: var(--t-secondary);
  text-decoration: none;
}

.prose-lp a:hover {
  text-decoration: underline;
}

.prose-lp ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.8rem;
}

.prose-lp ul li {
  margin-bottom: 0.5rem;
}

.prose-lp strong {
  font-weight: 700;
}

@media (max-width: 576px) {
  body {
    font-size: 1rem;
  }
  .prose-lp p {
    margin-bottom: 1.2rem;
  }
}
