/* Arcade Mart – RetroSide font */
@font-face {
  font-family: 'RetroSide';
  src: url('../fonts/RetroSide.woff2') format('woff2'),
       url('../fonts/RetroSide.woff') format('woff'),
       url('../fonts/RetroSide.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Use RetroSide only for titles/headings */
button, h1 , h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a,
.page-title, .page-heading,
.card-title, .modal-title,
.product-title, .product-name,
.block-title, .section-title , .btn, {
  font-family: 'RetroSide', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 400; /* adjust if your font has other weights */
  letter-spacing: 2px; /* optional: tighten/loosen as you like */
}


body, .featured-products {
    background-color: #00cadb;
    border-radius: 10px;
   
}

.product-miniature .thumbnail-container {
    border-radius: 10px;
}


.h1 {
    word-spacing:3px
    
}




