@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;700&family=Noto+Serif+Bengali:wght@400;700&display=swap");

html {
  color-scheme: dark;
}

body {
  font: 15pt "Noto Sans Bengali", sans-serif;
  background-color: #121212;
  color: #e0e0e0;
  font-weight: 400;
}

h1,
h2 {
  font-family: "Noto Serif Bengali", serif;
}

h1 {
  color: #f5f5f5;
  font-weight: 700;
}

h2 {
  color: #b0b0b0;
}

ol {
  list-style-type: bengali;
  margin-inline: 0.5rem
}


li {
  border: 1px solid #555555;
  padding: 5px;
  border-radius: 5px;
  margin-block: 1.5rem;
  font: inherit;
}

a {
  text-decoration: none;
  color: royalblue;
}

a:hover {
  text-decoration: underline;
}

span {
  color: #008000;
  display: block;
}

span::before {
  content: "— ";
  color: #fff;
}

footer {
  font-size: small;
  text-align: center;
}