/* 모든 서비스가 공유하는 테마. tidepool.css 원본은 수정하지 않고 여기서 토큰만 덮어씀.
   서비스 CSS(ask의 index.css 등)는 이 파일 뒤에 로드되며 --tp-* 토큰만 사용 */

/* 글꼴만 Pretendard 우선으로 덮어씀.
   CDN 가변 폰트(@ui/layouts/base 에서 로드)가 등록하는 이름은 "Pretendard Variable" */
:root {
  --tp-font-sans:
    "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui,
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
