:root
웹 페이지 전체에서 사용되는 전역 변수를 정의
:root { --main-color: #007bff; --font-size: 16px; }
p { color: var(--main-color); }