/* Page shell for the Boldy design system.
   boldy.css is copied from design/system.css as is; everything that only makes
   sense once the system lives in a real browser page belongs here. */

html, body { height: 100%; }

body.boldy {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.boldy > .b-page { flex: 1; }
