@font-face {
font-family: 'Roboto';
src: url(//www.shreemati.com/wp-content/themes/shreemati/assets/fonts/Robotot.woff2) format('woff2'),
url(//www.shreemati.com/wp-content/themes/shreemati/assets/fonts/Roboto.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
} body {
font-family: 'Roboto', Arial, sans-serif;
}  .footer-category-wrap {
list-style: none;
margin: 0;
padding: 0;
display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 1.5rem; } .footer-category-wrap > li {
flex: 0 0 auto; min-width: max-content; } .footer-category-wrap > li > a {
display: inline-block;
font-size: 1rem;
font-weight: 600;
text-decoration: none;
color: #222;
transition: color 0.25s ease;
white-space: nowrap;
}
.footer-category-wrap > li > a:hover {
color: #007cba; } .footer-sub-wrap {
list-style: none;
margin: 0.25rem 0 0;
padding: 0;
}
.footer-sub-wrap li {
margin: 0;
}
.footer-sub-wrap a {
font-size: 0.9rem;
font-weight: 400;
color: #555;
text-decoration: none;
transition: color 0.25s ease;
}
.footer-sub-wrap a:hover {
color: #007cba;
}