/* Aurelius Design OS: application chrome only. No saved design properties. */
/* Declared at Penpot's own theme roots so its semantic aliases resolve here. */
.default, .light {
  color-scheme: light;
  --color-background-default: #fbfaf8;
  --color-background-primary: #fbfaf8;
  --color-background-secondary: #ffffff;
  --color-background-tertiary: #ffffff;
  --color-background-quaternary: #e7e5e1;
  --color-background-disabled: #e9e8e5;
  --color-accent-default: #eeedf3;
  --color-foreground-primary: #161a2c;
  --color-foreground-secondary: #53607a;
  --color-foreground-disabled: #747b87;
  --color-foreground-error: #a8202a;
  --color-icon-default: #53607a;
  --color-accent-primary: #0b0b6f;
  --color-accent-primary-muted: #e9e9f4;
  --color-accent-tertiary: #202089;
  --color-accent-overlay: rgba(11,11,111,.35);
  --color-accent-select: rgba(11,11,111,.08);
  --color-accent-background-select: rgba(11,11,111,.16);
  --color-shadow-dark: rgba(22,26,44,.12);
  --color-shadow-light: rgba(22,26,44,.06);
  --color-overlay-default: rgba(22,26,44,.28);
  --color-overlay-onboarding: rgba(251,250,248,.94);
  /* Native light-mode status backgrounds retain each status's meaning. */
  --color-background-success: #a7e8d9;
  --color-background-warning: #fedeac;
  --color-background-error: #ffcada;
  --color-background-info: #bae3fd;
  --button-warning-foreground-color-rest: #161a2c;
  --colorpicker-background-color: #ffffff;
  --input-border-color: #747b9a;
  --input-border-color-rest: #747b9a;
  --input-border-color-hover: #747b9a;
  --input-border-color-focus: #0b0b6f;
  --search-bar-input-border-color: #747b9a;
  --sidebar-element-background-color-selected: #e9e9f4;
  --text-editor-selection-background-color: #0b0b6f;
  --text-editor-selection-foreground-color: #ffffff;
  /* Preserve Penpot's canvas and semantic component/token colors. */
}
.main_ui_dashboard_sidebar__dashboard-sidebar {
  background: #f4f3f0;
  border-color: #e0ded9;
}
.main_ui_dashboard_sidebar__switch-content,
.main_ui_dashboard_sidebar__sidebar-search,
.main_ui_dashboard_sidebar__profile-section {
  box-shadow: inset 0 0 0 1px rgba(22,26,44,.07);
}
.main_ui_dashboard_sidebar__sidebar-nav-item.main_ui_dashboard_sidebar__current {
  background: #e9e9f4;
  color: #0b0b6f;
  box-shadow: inset 3px 0 0 #c68a00;
}
.main_ui_dashboard_projects__team-hero {
  box-shadow: 0 8px 28px rgba(22,26,44,.05), inset 0 0 0 1px #e7e5e1;
}
.main_ui_dashboard_grid__grid-item-th {
  box-shadow: 0 3px 14px rgba(22,26,44,.055);
}
.main_ui_dashboard_projects__dashboard-header {
  color: #0b0b6f;
}

