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

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f8;
  --color-bg-pink-wash: #fff0f6;
  --color-surface: #0b051d;
  --color-surface-card: #0b051d;
  --color-surface-light: #ffffff;
  --color-text: #0b051d;
  --color-text-on-dark: #ffffff;
  --color-text-muted: #4a4458;
  --color-text-subtle: #76707f;
  --color-brand: #ffa8cd;
  --color-brand-strong: #ffb3c7;
  --color-brand-deep: #eb6f9e;
  --color-brand-soft: #ffe2ee;
  --color-on-brand: #0b051d;
  --color-cta-dark: #0b051d;
  --color-cta-dark-hover: #1c1430;
  --color-on-cta-dark: #ffffff;
  --color-link: #0b051d;
  --color-link-hover: #eb6f9e;
  --color-border: #e4e2e8;
  --color-border-strong: #0b051d;
  --color-border-pink: #ffa8cd;
  --color-semantic-success: #1f8a4c;
  --color-semantic-warning: #b8740f;
  --color-semantic-danger: #d23c3c;
  --color-semantic-info: #0b051d;
  --color-focus-ring: #0b051d;
  --color-shadow-ambient: rgba(11, 5, 29, 0.06);
  --color-shadow-soft: rgba(11, 5, 29, 0.10);
  --color-shadow-strong: rgba(11, 5, 29, 0.16);

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

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

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

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