:root {
  --ink: #34231c;
  --muted: #5f6b7a;
  --line: #dce4ee;
  --paper: #ffffff;
  --white: #ffffff;
  --forest: #34231c;
  --forest-dark: #34231c;
  --copper: #8c7a72;
  --gold: #8c7a72;
  --soft-green: #f7f9fc;
  --radius: 6px;
  --brand-radius: 6px;
  --button-radius: 6px;
  --max: 1160px;
  --client-font-stack: Inter, Arial, sans-serif;
  --client-body-font-stack: Inter, Arial, sans-serif;
  --client-heading-font-stack: 'Cormorant Garamond', Inter, Arial, sans-serif;
  --client-heading-weight: 900;
  --client-body-weight: 400;
  --client-button-weight: 800;
  --button-on-accent: #101010;
  --source-accent: #8c7a72;
  --source-accent-contrast: #101010;
  --source-deep: #34231c;
  --source-text: #34231c;
  --source-neutral: #5f6b7a;
  --source-light: #f7f9fc;
}

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