/* ========================================================================== 두레대학 수강신청 — 디자인 토큰 (v3: 프로덕션 콘솔) 프리셋: production-console — shadcn/ui (new-york) zinc 스키마 + 벽돌 액센트 1. 컨셉 한 문장: 실제 대학이 쓰는 것 같은 수강신청 — 도장은 액센트 하나로 남고 나머지는 완성도로 말한다. 레퍼런스: shadcn/ui 디자인 시스템. 종이/배판 컨셉은 철회(사용자 판정). 하지 않은 것: 신문 배판 마스트헤드, 세리프 마스트, 전공별 색, 진행바 게이지. ========================================================================== */ :root { --step--2: 0.6875rem; /* 11px */ --step--1: 0.75rem; /* 12px */ --step-0: 0.875rem; /* 14px — 본문 */ --step-1: 1rem; /* 16px */ --step-2: 1.125rem; /* 18px */ --step-3: 1.5rem; /* 24px */ --step-4: 1.875rem; /* 30px */ --leading-tight: 1.3; --leading-normal: 1.6; --font-body: "IBM Plex Sans KR", "Pretendard Variable", -apple-system, sans-serif; --font-display: "Noto Serif KR", "IBM Plex Sans KR", serif; --font-mono: "JetBrains Mono", ui-monospace, monospace; --font-mono-size: 0.8125rem; --background: #fafafa; --card: #ffffff; --foreground: #09090b; --muted: #fafafa; --muted-2: #f4f4f5; --muted-foreground: #64646e; /* zinc-50/gray-100 위 5.2:1 이상 */ --faint: #6e6e77; /* WCAG 4.5:1 보정 */ --border: #e4e4e7; --border-strong: #d4d4d8; --primary: #18181b; --primary-foreground: #fafafa; --ring: #a1a1aa; --accent: #c2410c; /* 벽돌 — 申 도장과 신청 액션만 */ --accent-soft: #fff7ed; --accent-ink: #9a3412; --success: #059669; --success-soft: #ecfdf5; --success-ink: #065f46; --warning: #b45309; --warning-soft: #fffbeb; --warning-ink: #92400e; --danger: #dc2626; --danger-soft: #fef2f2; --danger-ink: #991b1b; --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem; --space-4: 1rem; --space-5: 1.5rem; --space-6: 2rem; --radius: 6px; --radius-lg: 12px; --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }