:root {
  --ink: #202020;
  --muted: #626262;
  --line: #d0d0d0;
  --paper: #ffffff;
  --white: #ffffff;
  --forest: #202020;
  --forest-dark: #202020;
  --copper: #008783;
  --gold: #00a651;
  --soft-green: #f1f1f1;
  --radius: 6px;
  --brand-radius: 6px;
  --button-radius: 6px;
  --max: 1160px;
  --client-font-stack: 'Gill Sans', Arial, sans-serif;
  --client-body-font-stack: 'Gill Sans', Arial, sans-serif;
  --client-heading-font-stack: 'Helvetica Neue Condensed', 'Gill Sans', Arial, sans-serif;
  --client-heading-weight: 700;
  --client-body-weight: 400;
  --client-button-weight: 800;
  --button-on-accent: #ffffff;
  --source-accent: #008783;
  --source-accent-contrast: #ffffff;
  --source-deep: #202020;
  --source-text: #202020;
  --source-neutral: #626262;
  --source-light: #f1f1f1;
}

body {
  font-family: var(--client-body-font-stack);
  font-weight: var(--client-body-weight);
}

h1, h2, h3, .brand, .brand-mark {
  font-family: var(--client-heading-font-stack);
  font-weight: var(--client-heading-weight);
}

.button {
  border-radius: var(--button-radius);
  font-weight: var(--client-button-weight);
}

.brand-mark {
  border-radius: var(--brand-radius);
}
