/**
 * Generated from Adobe — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #6e6e6e;
  --brand: #fa0f00;
  --on-brand: #ffffff;
  --border: #eaeaea;
  --border-strong: #cacaca;
  --success: #268e6c;
  --warning: #e68619;
  --danger: #d7373f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-deep: #1d1d1d;
  --color-bg-creative: #000000;
  --color-surface: #fafafa;
  --color-surface-raised: #ffffff;
  --color-surface-hover: #f0f1f2;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #2c2c2c;
  --color-text-muted: #53575b;
  --color-text-faint: #6e6e6e;
  --color-text-on-deep: #ffffff;
  --color-brand: #fa0f00;
  --color-brand-hover: #d40b00;
  --color-brand-magenta: #ff0f5b;
  --color-brand-orange: #ff7a00;
  --color-brand-deep: #b30b00;
  --color-accent: #1473e6;
  --color-accent-strong: #0265dc;
  --color-accent-soft: #e1f0ff;
  --color-product-photoshop: #31a8ff;
  --color-product-illustrator: #ff9a00;
  --color-product-premiere: #9999ff;
  --color-product-acrobat: #b30b00;
  --color-link: #1473e6;
  --color-link-hover: #0265dc;
  --color-border: #eaeaea;
  --color-border-strong: #cacaca;
  --color-border-subtle: #f0f0f0;
  --color-ring-focus: #1473e6;
  --color-shadow-tile: rgba(0,0,0,0.08);
  --color-shadow-elevated: rgba(0,0,0,0.16);
  --color-on-brand: #ffffff;
  --color-on-accent: #ffffff;
  --color-success: #268e6c;
  --color-success-bg: #e8f5ee;
  --color-warning: #e68619;
  --color-warning-bg: #fff3e0;
  --color-danger: #d7373f;
  --color-danger-bg: #fce9ea;
  --color-info: #1473e6;
  --color-info-bg: #e1f0ff;
  --color-gradient-wordmark: linear-gradient(135deg, #ff0f5b 0%, #fa0f00 50%, #ff7a00 100%);

  /* type */
  --display-size: 84px;
  --h1-size: 42px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'Adobe Clean', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Adobe Clean', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Source Code Pro', ui-monospace, monospace;
}
