/* Shared visual foundations: tablemanager-renewal/site/assets/css/app.css. */
:root {
  /* ---- Brand (tablemanager.io 실측 팔레트) ---- */
  --ink:            #12233a;
  --ink-deep:       #05153c;
  --ink-soft:       #43536b;
  --muted:          #6b7688;
  --primary:        #2d50b8;
  --primary-dark:   #254e94;
  --primary-soft:   #eaeefb;
  --accent:         #fece38;
  --danger:         #ee4b55;
  --error-text:     #b42318; /* Accessible error text on white. */

  /* ---- Surface ---- */
  --bg:             #ffffff;
  --bg-tint:        #f5f7fb;
  --bg-tint-2:      #e9ebee;
  --bg-blue:        #eef2fa;
  --line:           #e3e7ee;
  --line-strong:    #cfd6e2;

  /* ---- Type scale ---- */
  --fs-xs:   12px;
  --fs-sm:   13px;
  --fs-base: 15px;
  --fs-md:   17px;
  --fs-lg:   20px;
  --fs-xl:   24px;
  --fs-2xl:  30px;
  --fs-3xl:  38px;
  --fs-4xl:  48px;

  /* ---- Space ---- */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
  --sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 88px;

  --radius:    12px;
  --radius-lg: 18px;
  --shadow:    0 2px 8px rgba(18,35,58,.06);
  --shadow-lg: 0 10px 34px rgba(18,35,58,.10);

  --container: 1120px;
  --header-h: 72px;

  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
          'Malgun Gothic', 'Noto Sans KR', Roboto, sans-serif;
}
