
.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.top-collection-card h3 {
    font-family: "Poppins", sans-serif;
}

.footer-background {
    background-color: rgb(29 59 109);
    color: white;
}

.dropdown-item {
    list-style: none !important;
}

pre.western {
    white-space: pre-wrap; /* This makes sure that text wraps */
    word-wrap: break-word; 
}
