
body {
  background-color: #fff;
  color: #1D1E5C;
}
.page-content {
  background-color: #f9f9f9;
}
body p {
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  color: #1D1E5C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: none;
  letter-spacing:0.5px;
}
h2.post-title a {
  font-size: 45px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1D1E5C;
  text-transform: none;
  letter-spacing:0.5px;
  line-height: 1.6;
  text-decoration: none;
}
h2.single-post-title a{
  font-size: 45px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1D1E5C;
  text-transform: none;
  letter-spacing:0.5px;
  line-height: 1.6;
  text-decoration: none;
}
h2.page-title a {
  font-size: 45px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1D1E5C;
  text-transform: none;
  letter-spacing:0.5px;
  line-height: 1.6;
  text-decoration: none;
}
.sidebar .sidebar h2.wp-block-heading,
.sidebar .sidebar h2, .sidebar .sidebar h3.sidebar-title {
  color: #1D1E5c;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: none;
}
/* ====== Footer ======== */
footer.footer h2.footer-title,footer.footer h4.footer-widget-title,footer.footer .wp-block-search__label{
  color: #fff;
  font-weight: 600;
  font-family: 'Inter',Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing:0.5px;
}
footer.footer p, footer.footer li a{
color:#fff;
font-size:16px;
text-decoration:none;
}

footer.footer {
  background-color: #0f172a;
  background-image:none;
  background-position:center center;
  background-size:cover;
  background-attachment:scroll;
  background-repeat:no-repeat;
  padding-top:25px;
  padding-bottom:25px;
  padding-right:0;
  padding-left:0;
}
.sub-fotter {
  background-color: #e2e8f0;
  padding-top:10px;
  padding-bottom:10px;
}
.sub-fotter .copyright p, .sub-fotter .policy p{
  color: #1D1E5c;
  text-decoration:none;
  font-size:16px;
}
.sub-fotter .socail a{
  font-size:16px;
}
.blog-attr span,
.blog-attr span a {
  font-weight: 400;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height:1.6;
  letter-spacing:0.5px;
}

/* Link Colors */
a:link {
  color: #1D1E5c;
}
a:visited {
  color: #1D1E5c;
}
a:hover {
  color: #FF4CAA!important; 
}