/* 아직 새 표준으로 개편하지 않은 옛 위젯 페이지용.
   - 아임웹처럼 흰 바탕(위젯 CSS 의 html, body 배경 규칙을 덮음)
   - 글꼴을 사이트 표준(Pretendard)으로 통일
   - 위젯 CSS 의 전역 규칙이 헤더·푸터에 번지지 않게 막음
   페이지를 새 표준으로 다시 만들면 이 파일은 필요 없어진다. */
body.legacy { background-color: #ffffff !important; background-image: none !important; }
body.legacy, body.legacy main * { font-family: var(--font) !important; }
body.legacy .site-header, body.legacy .site-footer, body.legacy .ask { font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--ink); letter-spacing: 0; }
body.legacy .site-header *, body.legacy .site-footer *, body.legacy .ask * { box-sizing: border-box; }
body.legacy .site-footer { color: #bfbfbf; }
body.legacy main > *:first-child { margin-top: 0; }
