/* Add custom CSS styles below */

img {
  height: auto;
  max-width: 100%;
  aspect-ratio: attr(width) / attr(height);
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('font-path.woff2') format('woff2');
  font-display: swap; /* هذه هي الخاصية المطلوبة */
}
font-display: swap;