/* 웹앤롤 테마 — 공용 style.css 뒤에 읽힌다(lib/site-profile.php theme_css)
 * 색상 자체는 빌드 때 colors.txt 로 치환되므로 여기서는 "생김새" 차이만 준다 — AiXON 과 같은 틀이 그대로 보이지 않게 */
:root{
  --radius:10px;                 /* AiXON 16px — 조금 더 각지게 */
  --navy:#16233A;
  --ink:#0F1B2D;
  --bg-soft:#EEF8FD;
}
/* 상단 띠: 주황 그라데이션 대신 짙은 남색 */
.topbar{background:linear-gradient(90deg,#0F2744,#153A63)!important}
.topbar .pill{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.35)!important}
/* 헤더 로고 크기(SVG) */
header .logo img{height:40px;width:auto}
footer .foot-brand img{height:40px;width:auto}
/* 버튼 모서리 */
.btn{border-radius:8px}
/* 푸터: 남색 톤 */
footer{background:#0F1B2D}
