
/* SAM-PRO v191 – globale Business-Typografie
   Primär: Inter (lokal im Theme vorhanden). Fallbacks: moderne Systemschriften. */
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/Inter-Regular.otf') format('opentype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/Inter-Medium.otf') format('opentype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/Inter-SemiBold.otf') format('opentype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter/Inter-Bold.otf') format('opentype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
:root{
  --sampro-font-business:'Inter','Aptos','Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --sampro-font-base:var(--sampro-font-business);
  --sampro-ci-blue:#071f38;
  --sampro-ci-blue-2:#0b335c;
  --sampro-ci-gold:#d8a32a;
  --sampro-ci-text:#203047;
}
html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
html body,
html body button,
html body input,
html body select,
html body textarea,
html body .btn,
html body .menu,
html body .sampro-v7-menu,
html body .site-footer,
html body .legal-page-v190,
html body .contact-v182,
html body .service-premium,
html body .seminar-v58,
html body .consulting-premium,
html body .about-v166{
  font-family:var(--sampro-font-business)!important;
}
html body{
  color:var(--sampro-ci-text);
  font-size:16px;
  line-height:1.62;
  letter-spacing:-.005em;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .hero-title,
html body .brand-text{
  font-family:var(--sampro-font-business)!important;
  color:inherit;
  letter-spacing:-.032em;
  line-height:1.12;
  font-weight:700;
}
html body h1{font-weight:750;}
html body h2{font-weight:720;}
html body p, html body li, html body dd, html body dt{
  letter-spacing:-.006em;
}
html body small, html body .muted{
  letter-spacing:0;
}
html body strong, html body b{font-weight:700;}
html body .sampro-v7-menu a,
html body .primary-navigation a,
html body .btn{
  font-weight:700;
  letter-spacing:-.01em;
}
html body .site-footer{
  font-size:15px;
}
html body .legal-page-v190{
  font-size:16px;
  line-height:1.72;
}
html body .legal-page-v190 h1{
  color:#071f38;
  font-size:clamp(32px,4vw,48px);
  margin-bottom:24px;
}
html body .legal-page-v190 h2{
  color:#071f38;
  font-size:clamp(22px,2.2vw,30px);
  margin-top:38px;
  margin-bottom:12px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(216,163,42,.34);
}
html body .legal-page-v190 p,
html body .legal-page-v190 li{
  max-width:90ch;
}
