
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* CSS 파일 또는 <style> 태그 내 작성 */
body, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Nunito Sans', sans-serif !important;
}
body::before{
  display: block;
  content: '';
  height: 60px;
}
.navbar-brand{
  max-height: 40px; /* 로고 높이 제한 */
  width: 400px;      /* 비율 유지 */
  margin-left: 0;   /* 왼쪽 여백 제거 */
}
@media(min-width: 768px) {
  .news-input {
    width: 50%;
  }
}