/* 전역 CSS — 이미지 orientation, 공통 리셋 등 */

/* EXIF 방향 적용: 스마트폰 촬영 이미지가 올바른 방향으로 표시되도록 */
img {
  image-orientation: from-image;
}
