/* ═════ nedrug_local/chatbot/suit.css — nedrug 데모용 SUIT @font-face ═════ */
/* 의약품안전나라 로컬 전용: SUIT 패밀리 적용 (@font-face는 ../common/fonts/suit.css) */
/* SUIT — noonfonts_suit v1.0, 로컬 woff2 (common/fonts/suit/) */
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("suit/SUIT-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("suit/SUIT-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("suit/SUIT-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("suit/SUIT-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("suit/SUIT-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("suit/SUIT-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("suit/SUIT-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("suit/SUIT-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("suit/SUIT-Heavy.woff2") format("woff2");
}

html,
body,
.ned-ut,
.ned-head,
.ned-main,
#nedrug-chat-fab.nedcb-fab,
#nedrug-ai-panel.nedcb-panel {
  font-family: "SUIT", "Malgun Gothic", "Apple SD Gothic Neo", system-ui,
    sans-serif;
}
