*:not(i){
    font-family: 'Poppins' !important;
}

:root{
    --primary-color: #ffc72c;
    --secondary-color: #2F353B;
}
p{
    text-align: justify;
}
.col-12.mb-4{
    height: 577px;
    width: 420px;
}
.text-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-button{
    width: 100px;
    display: block;
    background: #ffc72c;
    color: #2F353B;
    text-decoration: none;
    border-radius: 5%;
    font-size: 23px !important;
    font-weight: 500 !important;
    padding: 6px;
    cursor: pointer;
}
.product-button:hover{
    background-color: #E6B226;
}
.img-link{
    height: 270px;
}
.card-img-top{
    height: 100%;
    aspect-ratio: 1/.75;
    object-fit: scale-down;
}
.card{
    border-radius: 5%;
    justify-content: space-around;
}
.card-body{
    flex: none;
    height: 190px;
}
.footer-icons{
    display: flex;
}