/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;500;600;700&display=swap');

:root {
  /* User's custom theme - generated at build time */
  /* This prevents flash of default theme/font on first load */
  /* Generated from: public/UserData/*.json */
  /* Generated at: 2025-11-30T15:04:41.591Z */
  
  /* Theme Colors */
  --color-primary: #8EA58C;
  --color-primary-rgb: 142, 165, 140;
  
  --color-secondary: #5C4033;
  --color-secondary-rgb: 92, 64, 51;
  
  --color-accent: #BFCFBB;
  --color-accent-rgb: 191, 207, 187;
  
  --color-neutral: #D9C2A8;
  --color-neutral-rgb: 217, 194, 168;
  
  --color-surface: #ffffff;
  --color-surface-rgb: 255, 255, 255;
  
  /* Font Family - Always included (not conditional) */
  --font-family: 'Crimson Text', Georgia, serif;
}