:root {
  --finlay-ink: #171d21;
  --finlay-night: #081723;
  --finlay-amber: #c99540;
  --finlay-paper: #f5f1e9;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.wp-site-blocks {
  min-height: 100vh;
}

.finlay-shared-header,
.finlay-shared-footer {
  font-family: Montserrat, Arial, sans-serif;
}

.finlay-shared-header {
  border-bottom: 1px solid rgba(23, 29, 33, 0.12);
}

.finlay-shared-footer {
  background: var(--finlay-night);
  border-top: 1px solid rgba(23, 29, 33, 0.12);
  color: var(--finlay-paper);
  margin-block-start: 4rem;
}

.finlay-shared-footer a {
  color: #e2c98f;
}

.finlay-footer-imprint {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  gap: 7px;
  margin-top: 18px;
  text-align: center;
}

.finlay-footer-logo {
  display: block;
  height: auto;
  opacity: 0.9;
  width: 94px;
}

.finlay-footer-copyright {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  opacity: 0.76;
}

.finlay-shared-footer .finlay-footer-imprint {
  color: var(--finlay-paper);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
