:root {
  --bg: #FAFAF7;
  --surface: #FFFFFF;
  --text: #14181B;
  --text-muted: #5C6266;
  --accent-primary: #0F7173;
  --accent-secondary: #E8A33D;
  --highlight-bg: #FFF4D6;
  --danger: #C92A2A;
  --border: #E5E2DA;
  --calendar-blue: #1A73E8;
  --calendar-green: #188038;
  --calendar-red: #D93025;
  --calendar-purple: #9334E6;
  --calendar-amber: #F9AB00;
  --calendar-teal: #0097A7;
  --calendar-coral: #E67C73;
  --calendar-gray: #5F6368;
}

body.public-marketplace {
  --color-brand: #0F7173;
  --color-brand-hover: #0C6264;
  --color-brand-soft: #E7F2F2;
  --color-background: #F0F2F3;
  --color-surface: #FFFFFF;
  --color-surface-strong: #F8FAFA;
  --color-text: #141718;
  --color-text-muted: #626B6A;
  --color-border: #D3DBDC;
  --color-focus: #0F7173;
  --color-on-brand: #FFFFFF;
  --color-scrim: rgb(0 0 0 / 75%);
  --identity-blue-start: #EAF2FF;
  --identity-blue-end: #DCE8FF;
  --identity-blue-ink: #2457A7;
  --identity-blue-border: #B7CDF7;
  --identity-red-start: #FDECEC;
  --identity-red-end: #F8DADB;
  --identity-red-ink: #A32632;
  --identity-red-border: #E9B8BD;
  --identity-green-start: #E8F5EC;
  --identity-green-end: #D7EDDF;
  --identity-green-ink: #1D6B3A;
  --identity-green-border: #B6DCC4;
  --identity-yellow-start: #FFF6D8;
  --identity-yellow-end: #FFE9A8;
  --identity-yellow-ink: #725200;
  --identity-yellow-border: #E6CF7A;
}

html {
  color-scheme: light;
}
