/**
 * Generated from Revolut — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #191c1f;
  --text-dim: #191c1f;
  --text-faint: #191c1f;
  --brand: #191c1f;
  --on-brand: #ffffff;
  --border: #e2e4e6;
  --border-strong: #c9cdd1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #191c1f;
  --color-bg-dark-deep: #0e1013;
  --color-surface: #ffffff;
  --color-surface-subtle: #f7f7f8;
  --color-surface-muted: #eff0f1;
  --color-surface-dark: #23272b;
  --color-surface-dark-2: #2d3237;
  --color-text: #191c1f;
  --color-text-body: #3a3f44;
  --color-text-muted: #5f676e;
  --color-text-subtle: #8d969e;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255, 255, 255, 0.72);
  --color-text-on-dark-subtle: rgba(255, 255, 255, 0.48);
  --color-brand: #191c1f;
  --color-brand-on-dark: #ffffff;
  --color-accent: #5f43ff;
  --color-accent-blue: #2868ff;
  --color-accent-pink: #ff4d97;
  --color-accent-soft: rgba(95, 67, 255, 0.10);
  --color-on-brand: #ffffff;
  --color-on-brand-light: #191c1f;
  --color-link: #191c1f;
  --color-link-accent: #5f43ff;
  --color-link-on-dark: #ffffff;
  --color-border: #e2e4e6;
  --color-border-strong: #c9cdd1;
  --color-border-soft: #f0f1f2;
  --color-border-on-dark: rgba(255, 255, 255, 0.16);
  --color-semantic-success: #1f8f4e;
  --color-semantic-warning: #c77700;
  --color-semantic-danger: #d92d20;
  --color-semantic-info: #2868ff;
  --color-focus-ring: rgba(95, 67, 255, 0.55);
  --color-shadow-ambient: rgba(16, 18, 21, 0.06);
  --color-shadow-soft: rgba(16, 18, 21, 0.10);
  --color-shadow-standard: rgba(16, 18, 21, 0.14);
  --color-shadow-elevated: rgba(16, 18, 21, 0.20);

  /* type */
  --display-size: 86px;
  --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: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;

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