:root{
  --color-night:#0b0c11;
  --color-surface:#101116;
  --color-surface-raised:#15161b;
  --color-surface-deep:#0d0e12;
  --color-text:#f7f5ef;
  --color-text-strong:#faf8f2;
  --color-text-muted:rgba(247,245,239,.62);
  --color-text-faint:rgba(247,245,239,.45);
  --color-amber:#c99c4d;
  --color-amber-bright:#d6ad60;
  --color-line:rgba(255,255,255,.13);
  --color-line-strong:rgba(255,255,255,.2);
  --font-sans:'Pretendard',sans-serif;
  --font-display:'Noto Serif KR','Nanum Myeongjo','AppleMyungjo',serif;
  --container-wide:1320px;
  --container-bleed:1580px;
  --gutter-desktop:52px;
  --gutter-tablet:24px;
  --gutter-mobile:20px;
}
