/* ==========================================================================
   Land Lens — base element defaults
   Lightweight resets + brand defaults. Scoped softly so consumers can opt in.
   ========================================================================== */

body {
  font-family: var(--font-ui);
  color: var(--color-text-body);
  background-color: var(--color-bg-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Numeric / data should default to the mono face when tagged */
.ll-mono { font-family: var(--font-mono); font-feature-settings: "tnum" 1; }

/* Marketing display headings */
.ll-display { font-family: var(--font-display); letter-spacing: var(--tracking-tight); }

/* Brand wordmark helper */
.ll-brand { font-family: var(--font-brand); font-weight: var(--weight-bold); }
