picture > img {
  width: 100%;
  height: auto;
  filter: blur(0);
  transition: filter 1s ease-out;
}
picture > img[data-src] {
  filter: blur(6px);
}
/*picture > img.img-progressive {
  width: 100%;
}
*/
@font-face {
    font-display: swap;
    font-family: "raleway-regular";
    src: url("../fonts/raleway/Raleway-Regular.ttf") format("ttf");
    font-weight: 400;
}
.top-case__body {
    font-family: "raleway-regular", sans-serif;
}
