/* Homepage V1 design tokens. Scope prevents changes to legacy Elementor pages. */
.libs-v1 {
  --wine: #510d00;
  --wine-deep: #2e0903;
  --white: #ffffff;
  --grey: #afafaf;
  --dark: #2b2b2b;
  --accent: #a3541b;
  --paper: #f4f0e9;
  --paper-deep: #e8dfd3;
  --line: rgba(43, 43, 43, 0.2);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(100% - 64px, 1280px);
  --section-space: clamp(96px, 11vw, 168px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
