/* App-level tokens */
:root {
  --app-content-max-width: 1100px;
  --app-header-height: 72px;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}
