/**
 * Generated from Strava — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #242428;
  --text-dim: #242428;
  --text-faint: #242428;
  --brand: #fc4c02;
  --on-brand: #ffffff;
  --border: #dfdfe4;
  --border-strong: #c8c8d0;
  --success: #1cb350;
  --warning: #fdb515;
  --danger: #d22d2d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-strong: #f7f7fa;
  --color-bg-soft: #fafafa;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7fa;
  --color-surface-strong: #eeeeee;
  --color-surface-elev: #ffffff;
  --color-brand: #fc4c02;
  --color-brand-hover: #e04401;
  --color-brand-active: #c33b00;
  --color-brand-pale: #fde6d9;
  --color-brand-deep: #7d2600;
  --color-brand-soft: #fff1ea;
  --color-text: #242428;
  --color-text-strong: #0e0e10;
  --color-text-muted: #6d6d78;
  --color-text-soft: #9a9aa3;
  --color-text-on-orange: #ffffff;
  --color-link: #242428;
  --color-link-hover: #fc4c02;
  --color-border: #dfdfe4;
  --color-border-soft: #eeeeef;
  --color-border-strong: #c8c8d0;
  --color-border-input: #9a9aa3;
  --color-kudos-orange: #fc4c02;
  --color-segment-crown-gold: #fdb515;
  --color-pr-record: #fc4c02;
  --color-achievement-gold: #fdb515;
  --color-achievement-silver: #c0c0c0;
  --color-achievement-bronze: #cd7f32;
  --color-map-route: #fc4c02;
  --color-map-route-shadow: rgba(0,0,0,0.4);
  --color-scrim: rgba(36,36,40,0.6);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-success: #1cb350;
  --color-warning: #fdb515;
  --color-warning-soft: #fff7e6;
  --color-danger: #d22d2d;
  --color-info: #1e6dd8;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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