/**
 * Generated from PropelAuth — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #343a40;
  --text-dim: #343a40;
  --text-faint: #adb5bd;
  --brand: #5d5cf5;
  --on-brand: #ffffff;
  --border: #dee2e6;
  --border-strong: #ced4da;
  --success: #0f8a4d;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8f9fa;
  --color-bg-section: #f1f3f5;
  --color-bg-violet-tint: #f3f3ff;
  --color-bg-deep-navy: #151531;
  --color-bg-deep-card: #252550;
  --color-bg-deepest: #0a0a1f;
  --color-surface: #ffffff;
  --color-surface-soft: #f8f9fa;
  --color-surface-strong: #f1f3f5;
  --color-surface-violet: #eeeefe;
  --color-surface-deep-navy: #151531;
  --color-surface-deeper: #252550;
  --color-text: #343a40;
  --color-text-strong: #151531;
  --color-text-display: #151531;
  --color-text-muted: #6c757d;
  --color-text-soft: #868e96;
  --color-text-faint: #adb5bd;
  --color-text-on-dark: #ffffff;
  --color-text-on-violet: #151531;
  --color-brand: #5d5cf5;
  --color-brand-deep: #4747e0;
  --color-brand-light: #7c7bf7;
  --color-brand-soft: #eeeefe;
  --color-brand-pale: #dadafe;
  --color-navy-cta: #151531;
  --color-navy-cta-hover: #1f1f40;
  --color-navy-cta-active: #0a0a1f;
  --color-on-brand: #ffffff;
  --color-on-navy-cta: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-light: #151531;
  --color-border: #dee2e6;
  --color-border-soft: #e9ecef;
  --color-border-strong: #ced4da;
  --color-border-input: #ced4da;
  --color-border-violet: #5d5cf5;
  --color-border-on-dark: rgba(255,255,255,0.10);
  --color-scrim: rgba(21,21,49,0.48);
  --color-shadow-card: rgba(21,21,49,0.04);
  --color-shadow-elev: rgba(21,21,49,0.08);
  --color-shadow-modal: rgba(21,21,49,0.16);
  --color-success: #0f8a4d;
  --color-success-bg: #d3f9d8;
  --color-warning: #d97706;
  --color-warning-bg: #fff5e6;
  --color-danger: #dc2626;
  --color-danger-bg: #ffe3e3;
  --color-info: #5d5cf5;
  --color-organization-tag-bg: #eeeefe;
  --color-organization-tag-text: #5d5cf5;
  --color-role-admin: #dc2626;
  --color-role-member: #0f8a4d;
  --color-role-viewer: #5d5cf5;

  /* type */
  --display-size: 72px;
  --h1-size: 60px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'SF Pro Rounded', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
