// Transcription
//
// Any written representation of speech or sign. Always be sure to include the `lang` attribute on transcriptions. `<b>` and `<em>` tags within transcriptions are styled with the `.em` class by default (see the [example emphasis](#kssref-components-emphasis) component). Whenever possible, prefer a more specific type of transcription: `.ortho`, `.phon`, or `.fon`.
//
// Markup: transcription.html
//
// Styleguide components.transcription
.txn,
.transcription {

  // --txn-padding
  //
  // The amount of padding to use between transcriptions and the surrounding brackets (`//`, `[]`, and `⟨⟩`).
  //
  // Styleguide components.transcription.--txn-padding
  --txn-padding: 0.15em;

  font-family: var(--font-unicode-serif);

}
