body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

h1,
h2 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.text-primary {
    color: #998675;
}

.bg-primary {
    background-color: #998675;
}

.swal-text {
    text-align: center !important;
}

/* #about-2 {
    background: #2c97ea;
    background: linear-gradient(
        180deg,
        rgba(44, 151, 234, 0.075) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} */

.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.h-100 { 
    height: -webkit-fill-available;
}
