h1 {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.pd-card {
    background-color: transparent;
    border-radius: 2rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.185)
}

.pd-section-btn {
    border-radius: 20px;
    border: none;
    text-decoration: none;
    color: var(--dark-coffee);
    background: linear-gradient(to right, var(--soft-coffee), var(--modern-beige));
}

.btn-coffee {
    background: linear-gradient(to right, var(--soft-coffee), var(--modern-beige));
    color: var(--dark-coffee);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}

.pd-green-hr {
    background-color: green;
    height: 1rem;
    color: rgba(0, 128, 0, 0.555);
}

.supplier-image {
    border: 2px solid var(--soft-coffee);
    object-fit: cover;
}

.supplier-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--dark-coffee);
    margin: 1rem 0;
}

.supplier-description {
    color: var(--dark-coffee);
    line-height: 1.5;
}