/* @growon/gds theme.css 에서 옮긴 토큰. 값은 바꾸지 않는다 */
:root{
  --background:#ffffff;--foreground:#171719;--accent:#171719;--accent-ink:#ffffff;
  --strong:#171719;--normal:rgba(55,56,60,.88);--muted:rgba(55,56,60,.61);--faint:rgba(55,56,60,.28);
  --background-alt:#f7f7f8;--line:#e1e2e4;--line-strong:#c2c4c8;
  --fill:rgba(55,56,60,.1);
  --radius-sm:6px;--radius-md:8px;--radius-xl:12px;
  --ease-spring-quick:linear(0.003, 0.031, 0.077, 0.134, 0.198, 0.265, 0.331, 0.396, 0.458, 0.516, 0.569, 0.618, 0.663, 0.704, 0.740, 0.772, 0.801, 0.826, 0.849, 0.869, 0.886, 0.901, 0.915, 0.926, 0.936, 0.945, 0.953, 0.959, 0.965, 0.970, 0.974, 0.978, 0.981, 0.984, 0.986, 0.988, 0.990, 0.991, 0.993, 1);
  --spacing-page:24px;
  --z-index-header:50;
}
/* 타이포 칸 */
.t-title2{font-size:28px;line-height:38px;letter-spacing:-.02em}
.t-heading2{font-size:20px;line-height:28px;letter-spacing:-.02em}
.t-headline2{font-size:17px;line-height:25.5px;letter-spacing:-.02em}
.t-body-reading{font-size:16px;line-height:26px;letter-spacing:-.02em}
.t-body2{font-size:15px;line-height:22.5px;letter-spacing:-.02em}
.t-label{font-size:14px;line-height:21px;letter-spacing:-.02em}
.t-label-reading{font-size:14px;line-height:23px;letter-spacing:-.02em}
.t-label2{font-size:13px;line-height:19.5px;letter-spacing:-.02em}
.t-caption{font-size:12px;line-height:18px;letter-spacing:-.02em}
@media (min-width:768px){
  .t-title2{font-size:32px;line-height:44px}
  .t-heading2{font-size:22px;line-height:30px}
  .t-headline2{font-size:18px;line-height:27px}
}
