:root {
    --paper: #efece3;
    --surface: #fdfcf9;
    --ink: #23211c;
    --ink-soft: #6f6a5c;
    --rule: #d8d2c1;
    --rule-strong: #b9b19a;
    --accent: #1f6f63;
    --accent-ink: #ffffff;
    --stamp: #23211c;
    --stamp-bg: #181716;
    --tag-bg: #e4e0d1;
    --focus: #1f6f63;
  
    --font-display: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-body: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-mono: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  


    --radius: 16px;
  }