/*
Theme Name: 자동차인증마켓
Theme URI: https://autocertmarket.com
Author: 천재형 + Claude
Description: SK엔카 스타일의 중고차 인증 거래 플랫폼
Version: 1.0.0
Text Domain: auto-cert-market
*/

/* ========================================
   기본 리셋
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.6;
    color: #111827;
    background: #f9fafb;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    font-family: inherit;
}
