/**
 * Generated from IKEA — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffefb;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #111111;
  --text-dim: #111111;
  --text-faint: #111111;
  --brand: #ffdb00;
  --on-brand: #fffefb;
  --border: #cccccc;
  --border-strong: #111111;
  --success: #0a8a3f;
  --warning: #cc6600;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #fffefb;
  --color-bg-page: #fffefb;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e6e6e6;
  --color-surface-grey: #f0f0f0;
  --color-surface-blue: #0058a3;
  --color-surface-blue-soft: #e8f0f7;
  --color-surface-yellow-soft: #fff7d6;
  --color-bg-inverse: #111111;
  --color-brand: #ffdb00;
  --color-brand-hover: #f1cf00;
  --color-brand-active: #d9b900;
  --color-brand-pale: #fff4a3;
  --color-brand-deep: #0058a3;
  --color-brand-deep-hover: #004a8a;
  --color-brand-deep-active: #003c70;
  --color-text: #111111;
  --color-text-strong: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #929292;
  --color-text-disabled: #bbbbbb;
  --color-text-on-yellow: #111111;
  --color-text-on-blue: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-link: #0058a3;
  --color-link-hover: #004a8a;
  --color-link-on-dark: #ffffff;
  --color-visited: #5a3a8a;
  --color-border: #cccccc;
  --color-border-soft: #e6e6e6;
  --color-border-strong: #111111;
  --color-border-input: #929292;
  --color-border-blue: #0058a3;
  --color-outline-focus: #0058a3;
  --color-scrim: rgba(17,17,17,0.5);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-modal: rgba(0,0,0,0.18);
  --color-shadow-mega: rgba(0,0,0,0.12);
  --color-success: #0a8a3f;
  --color-success-soft: #e6f4ec;
  --color-warning: #cc6600;
  --color-warning-soft: #fff4e5;
  --color-danger: #cc0000;
  --color-danger-soft: #fce8e8;
  --color-info: #0058a3;
  --color-info-soft: #e8f0f7;
  --color-rating-fill: #ffdb00;
  --color-rating-empty: #cccccc;
  --color-sale-red: #cc0000;
  --color-family-price: #0058a3;
  --color-new-tag: #0058a3;

  /* type */
  --display-size: 80px;
  --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: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

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