/* Copyright 2026 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

:root {
  --bg-color: var(--md-background-color);
}

body {
  background-color: var(--bg-color);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
