/* PROSE css for Autocento. * for PROSE considerations ONLY, e.g.: * line-height * hyphenation * etc. */ .prose { text-align: justify; } .prose p:first-child::first-line { font-variant: small-caps; }