@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'BMW Type Next';
  src: url('BMWTypeNextPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (Mappato a 600 per combaciare con fontWeightMedium di MUI) */
@font-face {
  font-family: 'BMW Type Next';
  src: url('BMWTypeNextPro-Medium.woff2') format('woff2');
  font-weight: 600; 
  font-style: normal;
  font-display: swap;
}

/* Bold (MUI usa 700) */
@font-face {
  font-family: 'BMW Type Next';
  src: url('BMWTypeNextPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black (Mappato a 800 per combaciare con i titoli H1 e H2 di MUI) */
@font-face {
  font-family: 'BMW Type Next';
  src: url('BMWTypeNextPro-Black.woff2') format('woff2');
  font-weight: 800; 
  font-style: normal;
  font-display: swap;
}
 