/* typography.css */

.section-title {
  color: var(--mauve);
  margin-bottom: 10px;
}

.text {
  color: var(--text);
}

.text-muted {
  color: var(--sub);
}

.elegant-title {
  color: #ffffff;
  font-family: "Pacifico", cursive;
  font-size: 62px;
  letter-spacing: 1.2px;
  text-transform: none;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}