1/*2Theme Name: Alvadis3Theme URI: https://alvadis.se/4Author: Alvadis AB5Description: Ett lugnt och modernt blocktema för Alvadis AB.6Version: 1.2.47Requires at least: 6.48Requires PHP: 7.49Text Domain: alvadis10*/11​12:root {13  --alvadis-forest: #173f36;14  --alvadis-sage: #dfe9e2;15  --alvadis-sand: #f5f0e7;16  --alvadis-ink: #18302b;17  --alvadis-bronze: #9b7a4c;18  --alvadis-white: #ffffff;19}20​21html { scroll-behavior: smooth; }22body { color: var(--alvadis-ink); }23a { text-underline-offset: 0.18em; }24.wp-site-blocks { overflow: hidden; }25​26.alvadis-header {27  backdrop-filter: blur(12px);28  background: rgba(250,248,243,.96);29  border-bottom: 1px solid rgba(23,63,54,.18);30  position: sticky;31  top: 0;32  z-index: 20;33}34​35.alvadis-hero {36  min-height: 680px;

.alvadis-legal {
  font-size: .78rem;
  opacity: .68;
}
