/* Southall Stories — identity system */

.ss-brand-shortline {
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 800;
  color: #c99a0a;
}

.ss-brand-character {
  font-size: 0.72rem;
  line-height: 1.35;
  font-style: italic;
  opacity: 0.68;
}

.ss-home-intro > p:last-child::first-line {
  font-weight: 700;
}

@media (prefers-color-scheme: dark) {
  .ss-brand-shortline {
    color: #f4c430;
  }
}

@media (max-width: 700px) {
  .ss-brand-shortline,
  .ss-brand-character {
    max-width: 22rem;
  }
}