:root {
  color-scheme: light;
  --primary: #183c34;
  --secondary: #527346;
  --accent: #d9eeae;
  --background: #f5f5ef;
  --text: #183c34;
  --heading-font: Georgia, 'Times New Roman', serif;
  --body-font: Arial, Helvetica, sans-serif;
  --radius: 8px;
  --card-radius: calc(var(--radius) * 2.25);
  --button-background: var(--primary);
  --button-text: #ffffff;
  --button-hover: #2c5446;
  --button-radius: var(--radius);
  --button-min-height: 52px;
  --button-font-weight: 700;
  --button-padding: 12px 18px;
  --surface: #ffffff;
  --input-background: #fcfdfb;
  --muted: #58675f;
  --line: #d4dbd2;
  --focus: #628333;
  --error: #a12424;
  --error-background: #fff0eb;
  --placeholder: #778178;
  --shadow: 0 12px 50px #273c2310;
  --art-start: #e0e8cd;
  --art-end: #eaf0dd;
  --logo-width: 180px;
  --ink: var(--text);
  --paper: var(--background);
}
