/**
 * @file
 * Text component styles for Aotearoa theme.
 */

.text {
  line-height: 1.7;
  color: inherit;
}

/* Primary: regular font, size 20px */
.text--primary {
  font-weight: 400;
}

/* Headline: uppercase, bold */
.text--headline {
  font-weight: 700;
  text-transform: uppercase;
}

.text p {
  margin: 0 0 var(--space-md);
}

.text p:last-child {
  margin-bottom: 0;
}

.text a {
  color: var(--color-moana);
  text-decoration: underline;
}

.text a:hover {
  color: var(--color-whenua);
}

.text ul,
.text ol {
  padding-left: var(--space-lg);
}

.text li {
  margin-bottom: var(--space-xs);
}

.text blockquote {
  margin: var(--space-md) 0;
  padding-left: var(--space-md);
  border-left: 4px solid var(--color-kowhai);
  font-style: italic;
}
