.heading, h1, h2, h3, h4, h5{
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

* {
    font-family: "Inter", sans-serif;
}

p, li, a, .accordion-button, pre {
    font-size: 20px !important;
}

.btn{
    --bs-btn-border-radius: 50px !important;
}


.btn-xl{
    --bs-btn-padding-y: 0.85rem;
    --bs-btn-padding-x: 1.35rem;
    --bs-btn-font-size: 1.20rem;
}

li{
    margin-bottom: 10px;
}

a{
    text-decoration: none;
}

.article h1, .article h2, .article h3, .article h4, .article h5{
    margin-bottom: 30px;
    margin-top: 60px;
}

.article p{
    margin-bottom: 35px;
}
