:root {
  --burg:        #7a3045;
  --burg-dark:   #5a1f32;
  --burg-light:  #a84d68;
  --gold:        #c9a96e;
  --cream:       #f9f3ee;
  --cream-dark:  #f0e8df;
  --text:        #2a2a2a;
  --text-mid:    #555;
  --text-light:  #888;
  --border:      #e0d5cc;
  --white:       #ffffff;
  --black:       #111111;

  --ff-serif: 'Playfair Display', Georgia, serif;
  --ff-sans:  'Lato', Arial, sans-serif;

  --shadow-sm: 0 1px 4px rgba(0,0,0,.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,.12);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.16);

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;

  --transition: 0.25s ease;
  --max-width: 1200px;
}
