/* eighthdoor — Webfonts.
   Both faces are now self-hosted from the brand's real binaries:
     Manrope            — the dominant text face, weights 300–800
     Beausite Fit Trial — the display/label accent, weights 300/400/500
   (Fatype trial fonts; ship the licensed weights for production.) */

/* Beausite Fit Trial — self-hosted (uploaded by the brand) */
@font-face {
  font-family: 'Beausite Fit Trial';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/BeausiteFitTrial-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Beausite Fit Trial';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/BeausiteFitTrial-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Beausite Fit Trial';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/BeausiteFitTrial-Medium.otf') format('opentype');
}

/* Manrope — self-hosted (uploaded by the brand) */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/Manrope-ExtraBold.ttf') format('truetype');
}
