/*
Theme Name: Divi Child
Template: Divi
Author: KSR Werbung
Version: 1.0
*/

/* =========================================================
   KSR LOCAL FONTS (WOFF2) – self-hosted
========================================================= */

/* Montserrat – Headlines */
@font-face{
  font-family:'Montserrat';
  src:url('/wp-content/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Montserrat';
  src:url('/wp-content/fonts/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Montserrat';
  src:url('/wp-content/fonts/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* Source Sans 3 – Body */
@font-face{
  font-family:'Source Sans Pro';
  src:url('/wp-content/fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Source Sans Pro';
  src:url('/wp-content/fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Source Sans Pro';
  src:url('/wp-content/fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* =========================================================
   FONT LOCK
========================================================= */

html, body, p, li, td, th, blockquote,
input, textarea, select, button,
.et_pb_text, .et_pb_module, .entry-content{
  font-family:"Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

h1,h2,h3,h4,h5,h6,
.et_pb_text h1,.et_pb_text h2,.et_pb_text h3,.et_pb_text h4,.et_pb_text h5,.et_pb_text h6{
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.et_pb_button,
input[type="submit"],
button,
#main-header,
#main-header a,
.et_mobile_menu a{
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* =========================================================
   LCP TEXT – NEVER HIDDEN
========================================================= */

.ksr-lcp-text,
.ksr-lcp-text *{
  opacity:1 !important;
  visibility:visible !important;
  animation:none !important;
  transition:none !important;
  transform:none !important;
  filter:none !important;
  will-change:auto !important;
}

/* =========================================================
   BASE
========================================================= */

body{
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

img,video{
  max-width:100%;
  height:auto;
  display:block;
}
.ksr-hero-text,
.ksr-hero-text *{
  opacity:1 !important;
  visibility:visible !important;
  animation:none !important;
  transition:none !important;
  transform:none !important;
  filter:none !important;
  will-change:auto !important;
  content-visibility: visible !important;
}
