/**
 * Generated from MyFitnessPal — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #0066ee;
  --on-brand: #ffffff;
  --border: #dcdfe4;
  --border-strong: #bcc0c8;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #c4313a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f6f8;
  --color-bg-warm: #fafbfc;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfc;
  --color-surface-strong: #f0f2f5;
  --color-brand: #0066ee;
  --color-brand-hover: #0052cc;
  --color-brand-pressed: #003d99;
  --color-brand-deep: #002966;
  --color-brand-tint: #e0eeff;
  --color-on-brand: #ffffff;
  --color-premium-teal: #00aaaa;
  --color-premium-teal-deep: #008888;
  --color-premium-teal-soft: #cceaea;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #0066ee;
  --color-link-hover: #0052cc;
  --color-selected-bg: #e0eeff;
  --color-border: #dcdfe4;
  --color-border-strong: #bcc0c8;
  --color-border-soft: #eef0f4;
  --color-border-brand: #0066ee;
  --color-protein: #ec5e8a;
  --color-carbs: #f0a020;
  --color-fat: #a05ec5;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #c4313a;
  --color-info: #0066ee;

  /* type */
  --display-size: 56px;
  --h1-size: 32px;
  --h2-size: 24px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.018em;

  /* 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: 40px;

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