:root {
    --color-brand: #001b55;
    --color-brand-dark: #00133d;
}

body {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    margin: 0;
}

/* 헤더 카테고리 칩 가로 스크롤 — 스크롤바 숨김 */
.cat-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cat-scroll::-webkit-scrollbar {
    display: none;
}
