﻿:root {
  --navy: #173949;
  --navy-deep: #0e2b38;
  --cream: #f0e4d0;
  --cream-light: #f8f2e7;
  --tan: #e6c779;
  --copper: #b86c3d;
  --brown: #704638;
  --green: #527f68;
  --slate: #566565;
  --ink: #17313d;
  --paper: #fff8ec;
  --line: rgba(23,57,73,.16);
  --shadow: 0 24px 70px rgba(14,43,56,.22);
  --shadow-soft: 0 16px 44px rgba(14,43,56,.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --capstone: "Capstone Bold", "Capstone", "Cooper Black", Georgia, serif;
  --body: "Avenir Next", "Segoe UI", Arial, sans-serif;
}
