/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Segoe+UI: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-12-06T15:02:06.229Z */
  
  /* 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: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}