/* 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-27T04:18:53.625Z */
  
  /* Theme Colors */
  --color-primary: #DE7022;
  --color-primary-rgb: 222, 112, 34;
  
  --color-secondary: #4A3529;
  --color-secondary-rgb: 74, 53, 41;
  
  --color-accent: #E8C5B5;
  --color-accent-rgb: 232, 197, 181;
  
  --color-neutral: #F5EFE7;
  --color-neutral-rgb: 245, 239, 231;
  
  --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;
}