/* 쏠쏠 새 브랜드 토큰 — 데이터 대시보드 지향 ---------------------------------- */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');

:root {
  /* 브랜드: 일렉트릭 인디고 + 데이터 시안 */
  --brand:        #4F3FF0;
  --brand-strong: #3A2CCB;
  --brand-soft:   #ECEAFF;
  --brand-ink:    #2C2199;
  --accent:       #00B6C4;   /* 데이터 듀오톤 보조 (수강신청 그래프) */
  --accent-soft:  #E0F7F9;

  /* 시맨틱 */
  --ok:        #10A36A;  --ok-soft:   #E4F6EE;  --ok-ink:   #0A7A4E;
  --warn:      #E08A00;  --warn-soft: #FBF0D9;  --warn-ink: #985C00;
  --bad:       #E2304A;  --bad-soft:  #FCE8EB;  --bad-ink:  #B01526;

  /* 중립(슬레이트) */
  --ink:    #161A26;
  --ink-2:  #39404F;
  --muted:  #6E7585;
  --faint:  #9CA2B0;
  --line:   #E7E9F1;
  --line-2: #EFF1F6;
  --track:  #EAECF3;
  --surface:#F4F5F9;
  --card:   #FFFFFF;

  --r-sm: 7px; --r: 11px; --r-lg: 16px;
  --sh-sm: 0 1px 2px rgba(20,24,40,.05);
  --sh:    0 1px 3px rgba(20,24,40,.06), 0 8px 24px rgba(20,24,40,.05);
}

* { box-sizing: border-box; }

.solsol {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.45;
}
/* 숫자는 표 정렬을 위해 tabular */
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

.solsol h1, .solsol h2, .solsol h3, .solsol p { margin: 0; }
.solsol button { font-family: inherit; cursor: pointer; }
