@font-face {
  font-family: 'NAMU 1930';
  src: url('/css/NAMU-1930.woff2') format('woff2'),
      url('/css/NAMU-1930.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NAMU Pro';
  src: url('/css/NAMU-Pro.woff2') format('woff2'),
      url('/css/NAMU-Pro.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'NAMU Pro',"Open Sans",sans-serif !important;
}

#page-image-featured-sub {
  display: none !important;
}
@media (min-width: 100px) and (max-width: 990px) {
#tds-home-title {
  font-size: 1.2rem !important;
}
}

#tds-header-menu-pc-long-main img {
   height: 90px !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}