* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #D7D7D7;
  color: var(--text);
  font-family: var(--font);
  font-size: 10.5pt;
  line-height: 1.32;
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  color: var(--text);
  font-size: 24pt;
  font-weight: 700;
  line-height: 1.08;
}

h2 {
  color: var(--text);
  font-size: 20pt;
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  color: var(--dark-grey);
  font-size: 14pt;
  font-weight: 700;
  line-height: 1.2;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  border: var(--thin-rule);
  padding: 2.4mm;
  vertical-align: top;
}

th {
  background: var(--light-grey);
  color: var(--dark-grey);
  font-weight: 700;
  text-align: left;
}

.muted {
  color: var(--mid-grey);
}

.small {
  font-size: 8.8pt;
}

.eyebrow {
  color: var(--lenovo-red);
  font-size: 8.8pt;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-title {
  display: grid;
  gap: 1.8mm;
}

.body-copy {
  max-width: 215mm;
  font-size: 11pt;
}

.strong {
  font-weight: 700;
}

.center {
  text-align: center;
}
