/* Google Fonts — loaded via <link> in HTML head for performance (no @import) */

:root {
  --paper:     #F6F5F1;
  --white:     #FFFFFF;
  --ink:       #1C1C1A;
  --ink-mid:   #4A4A47;
  --ink-faint: #6B6B67;
  --moss:      #0D8268;
  --moss-pale: #E4F4EF;
  --rule:      rgba(0,0,0,0.08);
  --dark:      #1C1C1A;
}

body {
  font-family: 'Instrument Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #F6F5F1;
  color: #1C1C1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-family: 'Instrument Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1 em, h2 em {
  font-style: italic;
  color: #0D8268;
}
