/* =========================================
   1. ШРИФТЫ (MANROPE)
   ========================================= */
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://online.dovletlidovran.com/assets/fonts/manrope/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}




/* =========================================
   3. БАЗОВАЯ ТИПОГРАФИКА
   ========================================= */
body {
  background-color: var(--bg-body) !important;
  color: var(--text-main);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1 { font-size: 1.6rem;  font-weight: 800; }
h2 { font-size: 1.4rem;  font-weight: 700; }
h3 { font-size: 1.2rem;  font-weight: 600; }
h4 { font-size: 1.1rem;  font-weight: 500; }
h5 { font-size: 1rem;    font-weight: 400; }
h6 { font-size: .875rem; font-weight: 400; }

p, li { font-weight: 400; }
strong, b { font-weight: 600; }
