:root {
  --ink: #000;
  --muted: #625f58;
  --paper: #f3f0eb;
  --card: #fff;
  --line: #ded8ce;
  --green: #526f33;
  --green2: #e6eadf;
  --gold: #526f33;
  --shadow: 0 12px 35px rgba(49, 43, 42, .06);
}
body { font-family: 'Poppins', sans-serif; }
h1, h2, h3, .stats strong { font-family: 'EB Garamond', serif; }
.eyebrow, .sidebar nav a, .button, th { font-family: 'Josefin Sans', sans-serif; letter-spacing: .1em; }
.sidebar { background: #f3f0eb; color: #000; border-right: 1px solid #d7d1c7; }
.brand { display: block; }
.brand img { display: block; width: 100%; height: auto; }
.brand small { color: #526f33; text-align: center; margin-top: 8px; letter-spacing: .22em; }
.sidebar nav { margin-top: 42px; }
.sidebar nav a { color: #40403b; text-transform: uppercase; font-size: 11px; }
.sidebar nav a:hover, .sidebar nav a.active { background: #526f33; color: #fff; }
.sidebar-note { color: #625f58; border-color: #d7d1c7; }
.sidebar-note a { display: block; color: #526f33; margin-top: 10px; font-weight: 600; text-decoration: none; }
.signed-in { display: block; color: #000; font-weight: 600; }
.signed-in small { display: block; color: #625f58; font-size: 9px; overflow-wrap: anywhere; margin-top: 3px; }
.logout-button { border: 0; background: transparent; padding: 8px 0 0; color: #526f33; font: 600 11px 'Josefin Sans'; text-transform: uppercase; cursor: pointer; }
.button { text-transform: uppercase; font-size: 11px; }
.button.primary { background: #526f33; }
.stats article.accent { background: #e6eadf; border-color: #cdd5c2; }
.location-icon { background: #e6eadf; }
