*{
    font-size: 12px;
    font-family: 'lottemartmedium', sans-serif;
}

@font-face {
    font-family: 'lottemartmedium'; /* 폰트 이름 */
    src: url('/font/lottemartmedium.ttf') format('truetype'); /* 경로 */
    font-weight: normal;
    font-style: normal;
}

h3,
h2,
h1{
    font-family: 'lottemartmedium';
    font-size: 12px;
    margin: 0;
}

h2{
    font-family: 'lottemartmedium';
    font-size: 12px;
    margin: 0;
}

.navi {
    margin: 10px auto 0 auto;
    height: 40px;
    width: 1000px;
    border-radius: 5px;
    border: 1px solid #4E5051;
    background-color: #15171E;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    color: #6f6f83;
}

.navi-inner {
    display: flex;
    align-items: center;
    gap: 5px; /* 이미지와 텍스트 사이 간격 */
}