:root{
    --main-color: skyblue;
}
body {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
}
body p{
    font-size: 16px;
    font-weight: 400;
}
body p.lead{
    font-weight: 400;
}
.slider-wave{
    height: 150px; overflow: hidden;
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 99999;
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body{
    border-bottom: none;
}

