/**
 * Generated from Anytype — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #0d0d0d;
  --surface-alt: #0d0d0d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5c5c5c;
  --brand: #3cd9b3;
  --on-brand: #000000;
  --border: #262626;
  --border-strong: #3a3a3a;
  --success: #4cad00;
  --warning: #ffb522;
  --danger: #ff6a7b;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #000000;
  --color-surface: #0d0d0d;
  --color-surface-elev: #1a1a1a;
  --color-surface-hover: #242424;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-secondary: #b8b8b8;
  --color-text-muted: #8a8a8a;
  --color-text-faint: #5c5c5c;
  --color-brand: #3cd9b3;
  --color-brand-hover: #2fc4a0;
  --color-brand-active: #27a98a;
  --color-brand-text: #3cd9b3;
  --color-brand-soft: #0e2b25;
  --color-on-brand: #000000;
  --color-any-teal: #3cd9b3;
  --color-any-blue: #18a3f1;
  --color-any-green: #4cad00;
  --color-any-amber: #ffb522;
  --color-border: #262626;
  --color-border-soft: #1a1a1a;
  --color-border-strong: #3a3a3a;
  --color-border-brand: #3cd9b3;
  --color-shadow-ambient: rgba(0,0,0,0.50);
  --color-shadow-card: rgba(0,0,0,0.65);
  --color-shadow-modal: rgba(0,0,0,0.80);
  --color-scrim: rgba(0,0,0,0.70);
  --color-success: #4cad00;
  --color-success-soft: #0f2200;
  --color-warning: #ffb522;
  --color-warning-soft: #2a1d00;
  --color-danger: #ff6a7b;
  --color-danger-soft: #2e1115;
  --color-info: #18a3f1;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Riccione', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
