@import url('https://hansanghyeon.github.io/NotoSansCJKkr/notosanscjkkr.css');
/*
 * NOBLE ROOTS - style.css
 * 기본 반응형 스타일 및 커스터마이징
 */

/* ----------------------------------------------------
 * 1. 기본 설정 및 타이포그래피
 * ---------------------------------------------------- */
body {
    font-family: "NotoSansKR", 'Malgun Gothic', '맑은 고딕', sans-serif;
    color: #333;
}

/* ----------------------------------------------------
 * 2. Header & Navigation (header.php)
 * ---------------------------------------------------- */
 .navbar-brand img {
    width: 30px;
    margin-right: 8px;
 }

/* ----------------------------------------------------
 * 3. 메인 영역 (index.php)
 * ---------------------------------------------------- */
.hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(/assets/images/mainbg.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}