/* Override Slick Slider font-display to prevent FCP blocking */
@font-face {
  font-family: 'slick';
  src: url('/themes/custom/andmine_frontend/ux_styles/node_modules/slick-carousel/slick/fonts/slick.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* <-- fixes the Lighthouse warning */
}