/* variables.css */
:root {
    --color-bg: #f8f4eb;
    --color-surface: #ffffff;
    --color-surface-alt: #efe4d1;
    --color-text: #1f1a17;
    --color-text-soft: #6f675f;
    --color-border: #d9c9b4;
    --color-primary: #0d5a4a;
    --color-primary-strong: #083b31;
    --color-accent: #d9844f;
    --color-danger: #b63d2b;
    --shadow-sm: 0 14px 30px rgba(31, 26, 23, 0.08);
    --shadow-md: 0 20px 50px rgba(31, 26, 23, 0.12);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --space-1: 0.5rem;
    --space-2: 0.75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --space-6: 3rem;
    --container: 1520px;
    --font-body: 'Pretendard', 'Pretendard Variable', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    --font-heading: 'Pretendard', 'Pretendard Variable', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}
