/* Vibe: Cedar Workshop (cedar_workshop) v1.0.0 */
/* Warm earthy editorial — cedar tones, generous serif headings, paper-textured calm. Tuned for long-form essays on craft and process. */
:root[data-vibe="cedar_workshop"] {
  --aa-color-bg: #f7f1e8;
  --aa-color-fg: #2c241c;
  --aa-color-accent: #a8501f;
  --aa-color-muted: #8a7a68;
  --aa-typography-font-display: 'GFS Didot', 'Didot', Georgia, serif;
  --aa-typography-font-body: 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --aa-typography-scale-ratio: 1.25;
  --aa-typography-base-size-px: 18px;
  --aa-motion-duration-ms-base: 240ms;
  --aa-motion-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --aa-motion-parallax: false;
  --aa-layout-grid-cols: 8;
  --aa-layout-container-max-px: 880px;
  --aa-layout-gutter-px: 24px;
  --aa-navigation-style: sticky_top;
  --aa-navigation-persistence: persistent;
}
