* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
.font-fancy {
    font-family: 'Playfair Display', serif;
}

.bg-hero {
    background-image: url('../images/home-bg.webp');
}

.bg-about-hero {
    background-image: url('../images/about-bg.webp');
}

.policy-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #292524;
}

.policy-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

.policy-content ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.bg-products-hero {
    background-image: url('../images/products-bg.webp');
}

.thanks-height {
    min-height: calc(100vh - 250px);
}

.journey-left {
    left: 50%;
}

.banner {
    background-image: url('../images/banner.webp');
}