/* google font styles */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.noto-serif-font {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.inter-font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* shared styles */
.text-primary {
    color: #E95A08;
}

.text-secondary {
    color: rgba(0, 0, 0, 0.5);
}

.text-tertiary {
    color: #111111;
}

.latest-deals-card-img {
    filter: brightness(0.5);
}

.footer-icon:hover {
    filter: grayscale(100%);
}