@font-face {
    font-family: "Bello Script";
    src: url("../fonts/Bello\ Script.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}





.about-chips {
    max-width: 900px;
    margin: 80px auto;
    font-family: "Luckiest Guy";
    text-align: center;
    padding: 0 20px;
}

.about-chips h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;

}

.about-chips p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.about-chips .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 32px;
    background: #C99A2C;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: .3s;
}

.about-chips .btn:hover {
    background: #b48821;
}

.quote{
    font-family: "Bello Script", cursive;
    color: #C99A2C;
    font-size: 3rem;
    transform: rotate(-3deg);
}


.chips-container{
    width: 100%;
    padding: 0px;
    align-items: center;
    text-align: center;
}

.chips-image {
    width: 85vw;
    max-width: 800px;
    padding-left: auto;
    padding-right: auto;
}





.footer {
    background: #c9982b;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
}

.footer h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.contact-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.contact {
    text-align: center;
}

.contact h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
}

.contact p {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
}

.email {
    display: block;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 35px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}

.slogan {
    font-family: "Pacifico", cursive;
    font-size: 4rem;
    line-height: 1;
}

.logo {
    width: 180px;
    height: auto;
}

.footer h2,
.contact h3,
.contact p,
.email {
    font-family: "Luckiest Guy", cursive;
    letter-spacing: 0.05em;
    font-weight: 100;
}

.slogan {
    font-family: "Bello Script", cursive;
}