/*
Theme Name: 17doci theme
Theme URI: https://17doci.beamers.work/
Author: 17doci
Description: Studio theme. Managed by the Docker image; edit in this studio repo.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.3
Text Domain: theme
*/

/*
 * ─────────────────────────────────────────────────────────────────────────────
 * 포트폴리오 블록(beamers-portfolio)의 브랜드 커스터마이징은 이 파일이 아니라
 * theme.json 의 settings.custom.bsp.* 에서 합니다. (자세히는 README.md)
 *   - theme.json 은 WP가 프론트+에디터 전역 자동 로드 → 토큰이 모든 곳에 일관 적용.
 *   - 이 style.css 는 클래식 테마가 자동 enqueue 하지 않을 수 있으므로 토큰 정의처로 쓰지 말 것.
 * 이 파일에는 블록 영역 밖(사이트 전역 chrome: header/footer 등)의 일반 스타일만 둡니다.
 * ─────────────────────────────────────────────────────────────────────────────
 */

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #ffffff;
}

a {
  color: #0f766e;
}
