.entry-header .entry-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.site-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

span, p, li {
    font-family: 'Poppins', sans-serif;
}

.site-header a {
    color: rgb(64, 64, 64)!important;
}

.site-header a.order-btn {
    color: #fff!important;
}