@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'S-CoreDream-3Light';
    font-size: .875rem;
  }
  
  @media (max-width: 576px) {
    /* 기존 코드 유지 */
    h1, .display-3, .display-5 {
      font-size: 2rem !important;
    }
    .btn-lg {
      font-size: 1rem;
    }
    .container {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    /* --- [여기부터 추가] 푸터 모바일 스타일 --- */
    .footer .fs-5 {
        font-size: 0.9rem !important; /* 제목 크기를 줄임 (약 14px) */
        margin-bottom: 0.2rem !important;
        font-weight: bold;
    }
    
    .footer .fs-6 {
        font-size: 0.7rem !important; /* 주소/이메일 크기를 줄임 (약 11px) */
        line-height: 1.3;
        word-break: break-all; /* 긴 이메일 주소가 화면을 넘어가지 않도록 함 */
    }
    .footer .py-3 {
        padding-top: 1rem !important; /* 위아래 여백도 조금 줄임 */
        padding-bottom: 1rem !important;
    }
}