@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');

h1.lh-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 890;
    color: white;
}



body {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

article {
  background-color: #1a1a1a !important;
}

header, footer {
  background-color: #111111 !important;
}

body, p, li, td, th {
  color: #e0e0e0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

a {
  color: #7eb8f7 !important;
}



a.hover-white.white-90 {
    font-family: 'Noto Sans JP', sans-serif;
}



.is-section .nested-links h1,
.is-section .nested-links p {
  color: black !important;
}
