/**
 * Lakefront Designs shared design tokens.
 *
 * Only exact values already shared by the approved live design belong here.
 * Plugin-specific variables retain fallbacks so independent plugins remain safe.
 */
:root {
  --lf-color-accent-gold: #e1b55d;
  --lf-color-warm-white: #fbfaf6;
  --lf-color-white: #ffffff;
  --lf-font-serif: Georgia, "Times New Roman", serif;
  --lf-radius-md: 8px;
  --lf-content-wide: 1228px;
  --lf-page-gutter: 24px;
}

/* Shared geometry for the restrained Lakefront accent rule. */
:root {
  --lf-accent-rule-width: 34px;
  --lf-accent-rule-height: 2px;
}
