/* Approved design values shared by every layout. */
:root {
  --ink: #11100f;
  --paper: #f4f1eb;
  --warm: #e7e0d6;
  --gold: #996515;
  --white: #fff;
  --muted: #746f68;
  --line: rgba(17,16,15,.16);
  --max: 1380px;
  --font-body: Arial, Helvetica, sans-serif;
  --gutter: 64px;
  --gutter-mobile: 36px;
  --section-space: 105px;
  --section-space-mobile: 75px;
  --button-padding: 15px 19px;
  --button-gap: 18px;
}
