@import url('https://fonts.googleapis.com/css2?family=Anek+Odia:wght@100..800&display=swap');

* {
  font-family: 'Anek Odia', sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #ff4458 !important;
  text-decoration: underline !important;
}

::selection {
  background: #afcbfa;
  color: #fff;
}
p {
  margin-bottom: 10px;
  margin-top: 10px;
}
ul > li {
  margin-left: 1em;
  list-style: disc;
  list-style: inside;
}

.text-container h1 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 24px;
}

.text-container h4,
.text-container h2 {
  margin: 8px 0;
  font-weight: 500;
  font-size: 20px;
}

.text-container p {
  margin: 8px 0;
}

.text-container a {
  color: #6a9daf;
  text-decoration: underline;
}
