body {
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 2rem auto;
  max-width: 900px;
  padding: 1rem;
  background: #f8f9fb;
  color: #2c0022;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

h1 {
  margin-bottom: 0.3rem;
}

section {
  margin-bottom: 2.5rem;
}

h2 {
  color: #413253;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #f2d5ff;
  padding-bottom: 0.3rem;
}

.label {
  display: inline-block;
  width: 120px;
  font-weight: 600;
  color: #555;
}

.sample {
  color: #111;
}

.fw-normal { font-weight: 400; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }

.italic { font-style: italic; }

.ls-normal { letter-spacing: normal; }
.ls-wide { letter-spacing: 4px; }
.ls-tight { letter-spacing: -1px; }

.none {text-decoration: none; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.overline { text-decoration: overline; }

.normal {text-transform: none; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

footer {
  text-align: center;
  margin-top: 3rem;
  color: #666;
  font-size: 0.9rem;
}
