

/* 2. 지마켓 산스 Bold 선언 (주소는 그대로 유지) */
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* 3. 지마켓 산스 Light 선언 */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

/* 부트스트랩/폰트어썸 아이콘 로딩 최적화 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

body {
    margin: 0;
    font-family: 'Montserrat', 'GmarketSansLight', system-ui, -apple-system, sans-serif;
    font-size: 14px;
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, p {
    margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

header {
    margin:0;
    padding:0;
}

main {
    background: #000; color: #eee; overflow: hidden; box-sizing: border-box; 
}

footer {
    text-align: center;
    background: #643c3c;
}