/**
 * Generated from SendGrid — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f8f9fb;
  --surface-alt: #f8f9fb;
  --text: #0d122b;
  --text-dim: #0d122b;
  --text-faint: #b4b6c4;
  --brand: #1f74ff;
  --on-brand: #ffffff;
  --border: #0d122b1f;
  --border-strong: #0d122b3a;
  --success: #14b86a;
  --warning: #f5a623;
  --danger: #f22f46;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f6f9;
  --color-bg-blue: #e1eeff;
  --color-bg-blue-soft: #f0f6ff;
  --color-bg-navy: #0d122b;
  --color-bg-codeblock: #0a1228;
  --color-surface: #f8f9fb;
  --color-surface-soft: #fafbfd;
  --color-surface-hover: #f1f3f7;
  --color-text: #0d122b;
  --color-text-strong: #000000;
  --color-text-muted: #5b6079;
  --color-text-soft: #8b8e9e;
  --color-text-faint: #b4b6c4;
  --color-text-on-dark: #e6e9f1;
  --color-text-on-dark-muted: #9da1b3;
  --color-text-code: #e6e9f1;
  --color-text-code-comment: #6c7591;
  --color-text-code-keyword: #79b8ff;
  --color-text-code-string: #a5d6a7;
  --color-brand: #1f74ff;
  --color-brand-strong: #0d5fe0;
  --color-brand-deep: #0a4cb8;
  --color-brand-soft: #dceeff;
  --color-brand-tint: #f0f6ff;
  --color-accent: #f22f46;
  --color-accent-strong: #d4243b;
  --color-accent-soft: #fde7eb;
  --color-accent-tint: #fef2f4;
  --color-border: #0d122b1f;
  --color-border-soft: #0d122b10;
  --color-border-strong: #0d122b3a;
  --color-border-blue: #1f74ff40;
  --color-link: #1f74ff;
  --color-link-hover: #0d5fe0;
  --color-on-brand: #ffffff;
  --color-success: #14b86a;
  --color-success-bg: #dcf5e9;
  --color-success-text: #0a7d49;
  --color-warning: #f5a623;
  --color-warning-bg: #fef3e0;
  --color-danger: #f22f46;
  --color-danger-bg: #fde7eb;
  --color-info: #1f74ff;
  --color-info-bg: #dceeff;
  --color-shadow-soft: rgba(13,18,43,0.04);
  --color-shadow-standard: rgba(13,18,43,0.08);
  --color-shadow-elevated: rgba(13,18,43,0.12);

  /* type */
  --display-size: 64px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.022em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Twilio Sans Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Twilio Sans Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Twilio Sans Mono', ui-monospace, monospace;
}
