/* ======================================
   Allroof – Lokální písma + typografie (bez velikostí)
   ====================================== */

/* ==== Lokální písma ==== */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/uploads/fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ==== Základní text ==== */
body {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
}

/* ==== Nadpisy ==== */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* ==== Třída .perex ==== */
.perex {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}
