/**
 * @file
 * Subtheme specific CSS.
 */


.path-frontpage .hero-top {
  background-image: url(/sites/kasimdemiralp.com/themes/custom/bootstrap_kasimdemiralp/images/kasimdemiralp-hero-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-node-3 .arsiv-top,
.path-frontpage .arsiv-top {
  background-image: url(/sites/kasimdemiralp.com/themes/custom/bootstrap_kasimdemiralp/images/arsiv-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  font-family: "Merriweather", serif;
  line-height: 2 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}


.font-merriweather {
  font-family: "Merriweather", serif !important;
  line-height: 2 !important;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}


.page-node-16 .title {
font-family: "Merriweather", serif !important;
 text-align: center;
margin-top: 2rem; 
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  font-weight: 300 !important;
}