/* Base document sizing only.
   All component and theme styling lives in civic-light.css. */

html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > .civic-shell,
body > .civic-main {
  flex: 1 0 auto;
}
