/* ===============================
   Font: Satoshi (Regular + Medium)
   Percorsi relativi alla cartella /fonts/
================================= */

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('Satoshi-Regular.woff2') format('woff2'),
       url('Satoshi-Regular.woff') format('woff'),
       url('Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('Satoshi-Medium.woff2') format('woff2'),
       url('Satoshi-Medium.woff') format('woff'),
       url('Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mousse-Regular';
  src: url('Mousse-Regular.woff2') format('woff2'),
       url('Mousse-Regular.woff') format('woff'),
       url('Mousse-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ============================================
   FONT SET: Satoshi + Mousse
   Compatibile con Desktop, iOS, Android
============================================ */

/* -----------------------
   SATOSHI REGULAR (400)
------------------------ */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Regular.woff2') format('woff2'),
       url('Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -----------------------
   SATOSHI MEDIUM (500)
------------------------ */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Medium.woff2') format('woff2'),
       url('Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* -----------------------
   MOUSSE REGULAR
------------------------ */
@font-face {
  font-family: 'Mousse';
  src: url('Mousse-Regular.woff2') format('woff2'),
       url('Mousse-Regular.woff') format('woff'),
       url('Mousse-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



