/* Froevang.dk — draft styles (supplementary to Tailwind Play CDN) */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.h-display {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 500;
}

.service-img {
  filter: saturate(0.85) contrast(0.98);
  transition: filter 0.3s ease;
}

.service-img:hover {
  filter: saturate(1) contrast(1);
}

a.cta {
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.rule {
  height: 1px;
  background: #D8D3CA;
  border: 0;
  margin: 0;
}
