/**
 * Generated from Salesforce — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #080707;
  --text-dim: #080707;
  --text-faint: #555555;
  --brand: #0176d3;
  --on-brand: #ffffff;
  --border: #dddbda;
  --border-strong: #c9c7c5;
  --success: #04844b;
  --warning: #fe9339;
  --danger: #ba0517;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cloud: #ebf6fe;
  --color-bg-soft: #f3f3f3;
  --color-bg-deep: #032d60;
  --color-bg-deeper: #001639;
  --color-bg-creative: #021f4b;
  --color-surface: #ffffff;
  --color-surface-tinted: #f3fbff;
  --color-surface-hover: #f3f3f3;
  --color-text: #080707;
  --color-text-strong: #080707;
  --color-text-body: #181818;
  --color-text-muted: #3e3e3c;
  --color-text-faint: #555555;
  --color-text-on-deep: #ffffff;
  --color-text-on-deep-muted: rgba(255,255,255,0.85);
  --color-brand: #0176d3;
  --color-brand-hover: #005ca6;
  --color-brand-active: #0b5cab;
  --color-brand-cyan: #0d9dda;
  --color-brand-deep-blue: #0b5cab;
  --color-brand-navy: #032d60;
  --color-accent: #0d9dda;
  --color-accent-soft: #ebf6fe;
  --color-accent-strong: #3860be;
  --color-trailhead-orange: #ff9a3c;
  --color-astro-yellow: #fec934;
  --color-ohana-green: #04844b;
  --color-semantic-success: #04844b;
  --color-link: #0176d3;
  --color-link-hover: #005ca6;
  --color-selected: rgba(1,118,211,0.10);
  --color-border: #dddbda;
  --color-border-strong: #c9c7c5;
  --color-border-subtle: #ecebea;
  --color-ring-focus: #1589ee;
  --color-shadow-card: rgba(0,0,0,0.10) 0 2px 4px;
  --color-shadow-elevated: rgba(0,0,0,0.16) 0 4px 12px;
  --color-on-brand: #ffffff;
  --color-on-cyan: #ffffff;
  --color-success: #04844b;
  --color-success-bg: #cdefc4;
  --color-warning: #fe9339;
  --color-warning-bg: #feedca;
  --color-danger: #ba0517;
  --color-danger-bg: #feded8;
  --color-info: #0176d3;
  --color-info-bg: #aacbff;
  --color-gradient-hero: linear-gradient(135deg, #032d60 0%, #0b5cab 50%, #0d9dda 100%);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 8px;
  --space-lg: 20px;
  --space-xl: 32px;

  /* fonts */
  --font-display: 'ITC Avant Garde', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Salesforce Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Salesforce Mono', ui-monospace, monospace;
}
