/**
 * Generated from Readwise — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fdf7ef;
  --surface: #f5ecdf;
  --surface-alt: #f5ecdf;
  --text: #2c2418;
  --text-dim: #2c2418;
  --text-faint: #b6a888;
  --brand: #ff7a45;
  --on-brand: #ffffff;
  --border: #e5d9c4;
  --border-strong: #d4c4a8;
  --success: #3d6b4a;
  --warning: #c97a1f;
  --danger: #b94326;

  /* full color palette */
  --color-bg: #fdf7ef;
  --color-bg-alt: #ffffff;
  --color-bg-deep: #f9f0e0;
  --color-surface: #f5ecdf;
  --color-surface-soft: #fbf3e7;
  --color-surface-warm: #f5ecdf;
  --color-surface-deep: #e8d9c2;
  --color-surface-paper: #ffffff;
  --color-text: #2c2418;
  --color-text-strong: #1a1308;
  --color-text-muted: #6b5e4a;
  --color-text-soft: #9b8d75;
  --color-text-faint: #b6a888;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #fdf7ef;
  --color-brand: #ff7a45;
  --color-brand-hover: #e8602a;
  --color-brand-active: #cc4a1a;
  --color-brand-deep: #a83a14;
  --color-brand-soft: #ffe4d4;
  --color-brand-paler: #fff0e6;
  --color-accent: #3d6b4a;
  --color-accent-soft: #dfeae0;
  --color-accent-deep: #27432f;
  --color-highlight-bg: #fff4d6;
  --color-highlight-text: #2c2418;
  --color-underline: #ff7a45;
  --color-link: #ff7a45;
  --color-link-hover: #cc4a1a;
  --color-link-visited: #7d3c84;
  --color-border: #e5d9c4;
  --color-border-soft: #f0e7d5;
  --color-border-strong: #d4c4a8;
  --color-on-brand: #ffffff;
  --color-scrim: rgba(44,36,24,0.45);
  --color-shadow-warm: rgba(60,40,15,0.05);
  --color-shadow-card: rgba(60,40,15,0.10);
  --color-shadow-elev: rgba(60,40,15,0.18);
  --color-success: #3d6b4a;
  --color-warning: #c97a1f;
  --color-warning-soft: #fdf0d8;
  --color-danger: #b94326;
  --color-info: #4d6580;

  /* type */
  --display-size: 68px;
  --h1-size: 60px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.022em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Tiempos Headline', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Tiempos Text', Georgia, serif;
}
