/* ===============================
   ⚙️  Локальные шрифты сайта pravomer.info
   Roboto + Roboto Condensed
   Поддержка: latin, cyrillic
   Форматы: WOFF2 + WOFF
   =============================== */

/* === Roboto Regular (400) === */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Roboto Bold (700) === */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Roboto Condensed Regular (400) === */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed/RobotoCondensed-Regular.woff2') format('woff2'),
       url('../fonts/roboto-condensed/RobotoCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Roboto Condensed Bold (700) === */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed/RobotoCondensed-Bold.woff2') format('woff2'),
       url('../fonts/roboto-condensed/RobotoCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Основные семейства шрифтов === */
body {
  font-family: 'Roboto', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
nav, .menu, .cbp-hrmenu ul li a,
.block_tekst .title span,
.block_tekst .top-telefon,
.forma label {
  font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
}