/* Live homepage overrides: no lab chrome, full-width page. */
html,
body.mkt-live {
  margin: 0;
  background: #071028;
  font-family: Heebo, Rubik, sans-serif;
}

.mkt-device-bar,
.mkt-lab-note {
  display: none !important;
}

body.mkt-live .mkt-page {
  width: 100%;
  max-width: none;
}

body.mkt-live .mkt-bar-brand {
  text-decoration: none;
  color: inherit;
}

body.mkt-live a.mkt-magic {
  text-decoration: none;
}
