/* Cosmo Theme - Light / Beige */
:root {
  --primary: #B39B75;
  --primary-dark: #9a8463;
  --background: #fafafa;
  --card-bg: #ffffff;
  --text: #0f172a;
  --input-border: #e2e8f0;
  --button-text: #ffffff;

  /* Map onto existing brand variables */
  --brand-beige: #B39B75;
  --brand-beige-hover: #9a8463;
  --brand-accent: #f8f5f0;
  --brand-accent-dark: #e8e5e0;
  --brand-primary: #0f172a;
  --surface: #ffffff;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-light: #94a3b8;
  --border-color: #e2e8f0;
}

/* Logo: invert white logo to black for light background */
.partner-logo,
.login-logo {
  filter: invert(1) brightness(0);
}
