/* Notion theme — tokens from Notion public brand */
[data-theme="notion"] {
  --zt-bg:            #FFFFFF;
  --zt-surface:       #F7F6F3;
  --zt-surface-2:     #EDECE9;
  --zt-border:        #E9E9E7;
  --zt-border-strong: #D3D2CF;
  --zt-text:          #37352F;
  --zt-text-muted:    #787774;
  --zt-text-soft:     #ACABA8;

  --zt-primary:          #2383E2;
  --zt-primary-contrast: #FFFFFF;
  --zt-success:          #0F7B6C;
  --zt-warning:          #CB912F;
  --zt-danger:           #E03E3E;
  --zt-info:             #337EA9;

  /* Notion: serif display headings */
  --zt-font-sans:    "Inter", system-ui, -apple-system, sans-serif;
  --zt-font-display: "Lora", "Georgia", "Times New Roman", serif;
  --zt-font-mono:    "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;

  --zt-radius-sm: 3px;
  --zt-radius-md: 6px;
  --zt-radius-lg: 10px;

  --zt-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);
  --zt-shadow-md: 0 4px 10px rgba(0, 0, 0, .07);
  --zt-shadow-lg: 0 10px 24px rgba(0, 0, 0, .1);
}

[data-theme="notion"][data-style="dark"] {
  --zt-bg:            #191919;
  --zt-surface:       #2F2F2F;
  --zt-surface-2:     #373737;
  --zt-border:        #3E3E3E;
  --zt-border-strong: #4E4E4E;
  --zt-text:          #E6E6E6;
  --zt-text-muted:    #9B9B9B;
  --zt-text-soft:     #6B6B6B;

  --zt-primary:          #529CEB;
  --zt-primary-contrast: #FFFFFF;
  --zt-success:          #4EB299;
  --zt-warning:          #E4B857;
  --zt-danger:           #FF7373;
  --zt-info:             #66A3C4;
}
