/* WordPress-only additions. kty.css is the designer's file and stays byte-identical
   to knowtoyes-site/assets/kty.css; anything the WordPress build needs goes here. */

/* Migrated policy text: the old builder's h3/p/ul, set in the site's prose voice. */
.policy{max-width:var(--kty-measure)}
.policy h3:first-child{margin-top:0}
.policy p,.policy li{font-family:var(--kty-font-prose);font-size:19px;line-height:1.7}
.policy p{margin:0 0 var(--kty-space-4)}
.policy ul,.policy ol{margin:0 0 var(--kty-space-4);padding-left:1.25em}
.policy li{margin-bottom:var(--kty-space-2)}
.policy a{text-decoration:underline;text-underline-offset:2px}
