/* The imported JouwWeb stylesheet references an icon font that is not part of
   this application. FAQ accordions only use its right-chevron glyph, so render
   that glyph locally and avoid requests for the missing font files. */
.website-rendering-icon-right-open::before {
    content: "\203A";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 0.8;
}
