/* 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-11-25T12:00:15.814Z */
  
  /* Theme Colors */
  --color-primary: #C8756F;
  --color-primary-rgb: 200, 117, 111;
  
  --color-secondary: #5A3A37;
  --color-secondary-rgb: 90, 58, 55;
  
  --color-accent: #F0DCD9;
  --color-accent-rgb: 240, 220, 217;
  
  --color-neutral: #E6D2C8;
  --color-neutral-rgb: 230, 210, 200;
  
  --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;
}