/* Google Font Import - Note: Consider using <link> tag in HTML instead of @import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: 2026-03-01T08:38:23.067Z */
  
  /* Theme Colors */
  --color-primary: #8FA4B3;
  --color-primary-rgb: 143, 164, 179;
  
  --color-secondary: #3F4A52;
  --color-secondary-rgb: 63, 74, 82;
  
  --color-accent: #E8C4C4;
  --color-accent-rgb: 232, 196, 196;
  
  --color-neutral: #F0E8E8;
  --color-neutral-rgb: 240, 232, 232;
  
  --color-surface: #ffffff;
  --color-surface-rgb: 255, 255, 255;
  
  /* Font Family - Always included (not conditional) */
  --font-family: 'Montserrat', -apple-system, sans-serif;
}