/* City of Wolverhampton Council web chat host styles.
   The deploy view (WolverhamptonDeploy.cshtml) carries its own component
   styling inline; this file only sets the page-level background and font so
   nothing bleeds through behind the web chat. */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #f5f7fa;
    font: normal normal normal 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #212529;
}
