/**
 * Theme Name: YTW
 * Template:   twentytwentyfive
 * Description: YTW Theme (based on twentytwentyfive)
 * Author: Youth Theatre Works
 * Version: 1.1
 */

html {
  hanging-punctuation: first allow-end last;	
  word-break: break-word;
}

pre {
  white-space: pre-wrap;
}

input,
select,
textarea,
button {
  font: inherit;
}
label {
  display: block;
}
input:not(
  :where(
    [type="submit"],
    [type="checkbox"],
    [type="radio"],
    [type="button"],
    [type="reset"]
  )
) {
  inline-size: 100%;
}
button,
input:where(
  [type="submit"],
  [type="reset"],
  [type="button"]
) {
  background: CanvasText;
  color: Canvas;
  border: 1px solid transparent;
}
textarea {
  field-sizing: content;
  min-block-size: 5lh;
  inline-size: 100%;
  max-inline-size: 100%;
}