/* ════════ SOLARLUTION® 브랜드 로고 폰트 ════════ */
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Paytone+One&display=swap');

/* 상단 네비 브랜드 로고 - 상표와 동일한 폰트 */
.brand {
  font-family: 'Bowlby One', 'Paytone One', 'Malgun Gothic', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase;
}
.brand .solar { color: #EF9F27 !important; }
.brand .lution { color: #1D9E75 !important; }
.brand sup { 
  font-family: 'Malgun Gothic', sans-serif !important;
  font-size: 0.4em !important;
  color: #1D9E75 !important;
  vertical-align: super;
  margin-left: 2px;
}
