/* Phase 15 Plan 04 — design tokens.
   Base: vitabuddyhomepage slate scale + Noto Sans KR typography.
   Brand adjustment (15-CONTEXT specifics, "쉼표 브랜드 컬러로 조정"):
     - Replace vitabuddy lemon-yellow primary with shimpyo blue (#2563EB)
       to stay visually consistent with misemisehomepage and the ChungChung app.
*/

:root {
  /* Primary — shimpyo blue (matches ~/Desktop/misemisehomepage/style.css) */
  --primary:        #2563EB;
  --primary-dark:   #1D4ED8;
  --primary-deep:   #1E40AF;
  --primary-light:  #BFDBFE;
  --primary-soft:   #EFF6FF;
  --primary-muted:  #DBEAFE;

  /* Neutrals (vitabuddy slate scale, verbatim) */
  --dark:           #0F172A;
  --dark-alt:       #1E293B;
  --text:           #334155;
  --text-secondary: #475569;
  --text-tertiary:  #64748B;
  --gray:           #94A3B8;
  --gray-light:     #CBD5E1;
  --border:         #E2E8F0;
  --surface:        #F1F5F9;
  --surface-alt:    #F8FAFC;
  --bg:             #FFFFFF;

  /* Semantic */
  --success:        #16A34A;
  --error:          #EF4444;
  --warn:           #D97706;

  /* Shadow */
  --shadow-sm:      0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow:         0 4px 20px rgba(15, 23, 42, 0.08);
  --shadow-lg:      0 12px 40px rgba(15, 23, 42, 0.12);

  /* Radius */
  --radius-sm:      6px;
  --radius:         10px;
  --radius-lg:      16px;
  --radius-xl:      20px;
}
