@import url("https://fonts.cdnfonts.com/css/latin-modern-roman");
@import url("https://fonts.maateen.me/kalpurush/font.css");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "LMRoman10", "Kalpurush", serif;
  transition: 0.3s;
}

body {
  background-color: #fdf8e8;
}

nav a {
  text-decoration: none;
  color: black;
  transition: 0.3s;
}

nav a:hover {
  color: #6d5d1d;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  background-color: #f8f2e0;
}

.header-logo {
  display: flex;
  justify-content: center;
}

.blog {
  width: 90%;
  max-width: 700px;
  margin: 16px auto;
}

.blog-heading h1 {
  font-family: "Hind Siliguri", sans-serif;
  text-align: center;
}

.blog-heading h4 {
  font-family: "Kalpurush", serif;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Hind Siliguri", sans-serif;
}

.blog-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.info-span {
  display: flex;
}

.blog-text {
  text-align: justify;
}

.blog-header-img > img {
  width: 100%;
  border-radius: 16px;
  margin-top: 16px;
  margin-top: 16px;
}
p {
  margin: 8px;
  font-family: "LMRoman10", "Kalpurush", serif;
}
