/**
 * Generated from Valorant — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f1923;
  --surface: #1a242e;
  --surface-alt: #1a242e;
  --text: #ece8e1;
  --text-dim: #ece8e1;
  --text-faint: #6c7780;
  --brand: #ff4655;
  --on-brand: #ffffff;
  --border: rgba(236, 232, 225, 0.15);
  --border-strong: rgba(236, 232, 225, 0.30);
  --success: #22c55e;
  --warning: #f5a524;
  --danger: #ff4655;

  /* full color palette */
  --color-bg: #0f1923;
  --color-bg-deep: #1a242e;
  --color-bg-section: #212d39;
  --color-surface: #1a242e;
  --color-surface-strong: #212d39;
  --color-surface-translucent: rgba(15, 25, 35, 0.85);
  --color-brand: #ff4655;
  --color-brand-deep: #d62836;
  --color-brand-active: #a81e29;
  --color-brand-tint: rgba(255, 70, 85, 0.15);
  --color-on-brand: #ffffff;
  --color-bone: #ece8e1;
  --color-bone-soft: rgba(236, 232, 225, 0.7);
  --color-bone-faint: rgba(236, 232, 225, 0.4);
  --color-text: #ece8e1;
  --color-text-strong: #ffffff;
  --color-text-muted: #9aa6b1;
  --color-text-faint: #6c7780;
  --color-text-on-brand: #ffffff;
  --color-link: #ff4655;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(255, 70, 85, 0.20);
  --color-border: rgba(236, 232, 225, 0.15);
  --color-border-strong: rgba(236, 232, 225, 0.30);
  --color-border-brand: #ff4655;
  --color-success: #22c55e;
  --color-warning: #f5a524;
  --color-danger: #ff4655;
  --color-info: #9aa6b1;

  /* type */
  --display-size: 144px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: 0.01em;

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

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

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