/**
 * Generated from T-Mobile — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f5f5f5;
  --surface: #f5f5f5;
  --surface-alt: #f5f5f5;
  --text: #141414;
  --text-dim: #141414;
  --text-faint: #141414;
  --brand: #e20074;
  --on-brand: #fbfbfb;
  --border: #000000;
  --border-strong: #141414;
  --success: #1f8a3a;
  --warning: #cc7a00;
  --danger: #c5002a;

  /* full color palette */
  --color-bg: #f5f5f5;
  --color-bg-page: #f5f5f5;
  --color-bg-white: #ffffff;
  --color-surface: #f5f5f5;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #ebebeb;
  --color-surface-dark: #141414;
  --color-surface-magenta: #e20074;
  --color-surface-magenta-soft: #fce6f1;
  --color-brand: #e20074;
  --color-brand-deep: #a30055;
  --color-brand-bright: #ff1ea3;
  --color-brand-dim: #bd0061;
  --color-text: #141414;
  --color-text-strong: #000000;
  --color-text-muted: #6e6e6e;
  --color-text-soft: #a8a8a8;
  --color-text-on-dark: #fbfbfb;
  --color-text-on-brand: #fbfbfb;
  --color-text-magenta: #e20074;
  --color-link: #e20074;
  --color-link-hover: #a30055;
  --color-link-visited: #7a2160;
  --color-border: #000000;
  --color-border-soft: #d4d4d4;
  --color-border-strong: #141414;
  --color-border-magenta: #e20074;
  --color-border-on-dark: rgba(255,255,255,0.18);
  --color-scrim: rgba(20,20,20,0.55);
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.12);
  --color-on-brand: #fbfbfb;
  --color-success: #1f8a3a;
  --color-warning: #cc7a00;
  --color-danger: #c5002a;
  --color-info: #0073d1;

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

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

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

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