:root {
  /* Exact palette from seyrek-immobilien.de custom CSS */
  --s-navy: #445773;
  --s-navy-2: #707b94;
  --s-muted: #707b94;
  --s-grey: #707b94;
  --s-grey-lt: #9a9c9b;
  --s-grey-bg: #f0f2f1;
  --s-grey-soft: #f4f4f4;
  --s-grey-dark: #707b94;
  --s-white: #ffffff;
  --s-ink: #000000;
  --s-red: #bd2130;
  --s-amber: #f58220;
  --s-green: #28a745;
  --s-border: #dfdfdf;
  --s-gold: #707b94;
  --s-accent: #009ed7;

  --s-font-head: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --s-font-body: 'Montserrat', 'Segoe UI', Arial, Helvetica, sans-serif;

  /* Original sizes (html rem base 16px): body 1.1rem, h2 2.5rem, nav 1.1rem */
  --s-scale: 1;
  --s-body: 1.1rem;
  --s-nav: 1.1rem;
  --s-heading: 2.5rem;
  --s-subheading: 1.4rem;
  --s-h4: 1.2rem;
  --s-btn: 1.1rem;
  --s-section-pad: 80px 40px;
  --s-section-pad-sm: 48px 24px;
  --s-sticky-offset: 88px;
  --s-wrap: 1100px;
}
