:root {
  --ink: #042a5e;
  --muted: #5e708c;
  --line: #d7e3f2;
  --paper: #ffffff;
  --white: #ffffff;
  --forest: #042a5e;
  --forest-dark: #031f45;
  --copper: #e94f1c;
  --gold: #f04b24;
  --soft-green: #f4f8fd;
  --radius: 4px;
  --brand-radius: 4px;
  --button-radius: 4px;
  --max: 1180px;
  --client-font-stack: Archivo, Arial, sans-serif;
  --client-body-font-stack: Archivo, Arial, sans-serif;
  --client-heading-font-stack: 'Archivo Black', Archivo, Arial, sans-serif;
  --client-heading-weight: 900;
  --client-body-weight: 400;
  --client-button-weight: 800;
  --source-accent: #e94f1c;
  --source-deep: #042a5e;
  --source-text: #042a5e;
  --source-neutral: #5e708c;
  --source-light: #f4f8fd;
}

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);
}
