/* Winnowly design tokens — "Harvest Paper".
   The app will inherit this file; keep it free of page-specific rules. */
:root {
  --paper:      #FAF6EE;
  --surface:    #FFFFFF;
  --ink:        #2A2622;
  --muted:      #5E574E;
  --faint:      #6E675E;
  --border:     #E4DBCB;
  --green:      #1F4D3D;
  --brass:      #B07D18;
  --brass-deep: #8A6410;
  --brass-tint: #EDE4D2;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;

  --measure: 34rem;      /* readable line length */
  --radius: 10px;
  --gutter: clamp(1.25rem, 5vw, 2rem);
}

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
