:root {
  --theme-primary: #E06D53;
  --theme-primary-hover: #B85944;
  --theme-primary-text: #AF5540;
  --theme-primary-soft: #FCF2F0;
  --theme-primary-border: #F4CAC1;
  --theme-primary-focus: rgba(224,109,83,.22);
  --theme-primary-shadow: rgba(224,109,83,.28);
  --theme-on-primary: #141817;
  --theme-highlight: #CB9725;
  --theme-highlight-hover: #A2791E;
  --theme-highlight-text: #916D1B;
  --theme-highlight-soft: #F9F3E5;
  --theme-highlight-border: #E2C687;
  --theme-highlight-focus: rgba(203,151,37,.24);
  --theme-on-highlight: #141817;
  --theme-companion-deep: #1A3D29;
}
