@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
html{
    font-family: Inter, Arial, Verdana;
}
:is(h1, h2, h3, h4, h5, h6):not(.ib-title) [data-raw-content],
:is(h1, h2, h3, h4, h5, h6):not(.ib-title) [data-raw-content] * {
    font-family: "Anton" !important;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-weight: 400;
}
#rentButton,
.cart-validate-rental-btn,
.cart-header-icon{
    background-color: #27a86a !important;
    background-image: none !important;
}
.category-rent-pref-location-wrapper{
    display:none !important;
}