/**
 * Generated from Microsoft — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffdfb;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e1726;
  --text-dim: #0e1726;
  --text-faint: #616161;
  --brand: #0067b8;
  --on-brand: #ffffff;
  --border: rgba(6,22,31,0.10);
  --border-strong: #737373;
  --success: #0e7c41;
  --warning: #d83b01;
  --danger: #c50f1f;

  /* full color palette */
  --color-bg: #fffdfb;
  --color-bg-soft: #f5f5f5;
  --color-bg-tinted: #dceef8;
  --color-bg-deep: #0e1726;
  --color-bg-deeper: #05111c;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #efefef;
  --color-text: #0e1726;
  --color-text-strong: #000000;
  --color-text-body: #17253d;
  --color-text-muted: #091f2c;
  --color-text-faint: #616161;
  --color-text-disabled: #dcdcdc;
  --color-text-on-deep: #ffffff;
  --color-brand: #0067b8;
  --color-brand-hover: #005490;
  --color-brand-active: #003e6c;
  --color-brand-soft: #dceef8;
  --color-logo-orange: #f25022;
  --color-logo-green: #7fba00;
  --color-logo-cyan: #00a4ef;
  --color-logo-yellow: #ffb900;
  --color-accent: #00a4ef;
  --color-accent-strong: #0078d4;
  --color-accent-soft: #dceef8;
  --color-link: #0067b8;
  --color-link-hover: #005490;
  --color-link-visited: #3c4858;
  --color-selected: rgba(0,103,184,0.10);
  --color-border: rgba(6,22,31,0.10);
  --color-border-strong: #737373;
  --color-border-subtle: rgba(6,22,31,0.06);
  --color-ring-focus: #0067b8;
  --color-shadow-fluent: rgba(0,0,0,0.10) 0 6.4px 14.4px;
  --color-shadow-fluent-lifted: rgba(0,0,0,0.12) 0 12.8px 28.8px;
  --color-on-brand: #ffffff;
  --color-on-accent: #ffffff;
  --color-success: #0e7c41;
  --color-success-bg: #dff6dd;
  --color-warning: #d83b01;
  --color-warning-bg: #fed9cc;
  --color-danger: #c50f1f;
  --color-danger-bg: #fde7e9;
  --color-info: #0067b8;
  --color-info-bg: #dceef8;

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

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

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

  /* fonts */
  --font-display: 'Segoe UI Variable Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Segoe UI Variable Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Cascadia Code', ui-monospace, monospace;
}
