@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap');
:root {
  --green-950: #0b2a1d;
  --green-900: #11382a;
  --green-700: #1d5c43;
  --green-100: #e3efe7;
  --gold: #d9a72c;
  --gold-dark: #b8891a;
  --paper: #f7f6f1;
  --ink: #1d241f;
  --muted: #5b685f;
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  --logo-h: 107px;
  --footer-logo-h: 85px;
  --header-pad: 6px;
  --nav-size: 15px;
}
body { font-size: 17px; }
h1, h2, h3, h4 { text-transform: uppercase; }
