@font-face {
  font-display: swap;
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/mukta-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mukta Mahee";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/mukta-mahee-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mukta Malar";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/mukta-malar-v14-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/mukta-vaani-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/bootstrap-icons.woff2") format("woff2");
}

body {
  font-family: "Mukta";
  border: 12px solid black;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mukta Mahee";
  font-feature-settings:
    "dlig" 1,
    "liga" 1,
    "lnum" 1,
    "kern" 1;
}

main {
  flex: 1 0 auto;
}

.container {
  max-width: 700px !important;
  line-height: 2.2rem;
}

.container h1 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 5rem;
}

.logo {
  font-size: 3rem;
  letter-spacing: -1px;
  font-family: "Mukta Vaani";
}

a {
  color: black;
}

a:hover {
  color: lightgray;
}

.logo:hover {
  color: lightgray !important;
}

.social-link:hover {
  color: #1877f2 !important;
}

.menu a {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.menu a[aria-current="page"] {
  color: lightgray;
}

.single-article-image {
  max-width: 460px;
}

@media (max-width: 768px) {
  body {
    border-width: 10px;
    padding: 20px;
  }

  .single-article-image {
    float: none !important;
    margin-right: 0 !important;
    max-width: 100%;
  }

  .menu a {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }
}
