:root {
    --bg: #f2ece3;
    --bg-soft: #f8f1e8;
    --bg-accent: #eadfce;
    --surface: rgba(255, 250, 244, 0.92);
    --surface-strong: #fff8f1;
    --surface-deep: #171210;
    --surface-deeper: #110d0c;
    --surface-muted: #ecdfcf;
    --surface-glass: rgba(19, 15, 13, 0.62);
    --ink: #241912;
    --ink-muted: #6d5f53;
    --ink-soft: #8b7b6e;
    --ink-inverse: #f7f0e7;
    --ink-inverse-muted: rgba(247, 240, 231, 0.72);
    --line: rgba(83, 58, 35, 0.14);
    --line-strong: rgba(255, 255, 255, 0.09);
    --wood: #a96d40;
    --wood-deep: #754323;
    --wood-dark: #56321c;
    --wood-glow: rgba(190, 118, 61, 0.34);
    --resin: #2aa5a0;
    --resin-soft: #8ad2cf;
    --resin-deep: #125a64;
    --resin-glow: rgba(42, 165, 160, 0.28);
    --danger: #a63f36;
    --success: #2f7c63;
    --warning: #9e6a1b;
    --radius-xxl: 40px;
    --radius-xl: 32px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 30px 80px rgba(43, 29, 19, 0.10);
    --shadow-card: 0 22px 48px rgba(32, 23, 16, 0.12);
    --shadow-hero: 0 36px 100px rgba(0, 0, 0, 0.28);
    --container: 1200px;
    --display-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --body-font: "Avenir Next", "Gill Sans", "Trebuchet MS", "Segoe UI", sans-serif;
}
