/**
 * Generated from Udemy — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c1d1f;
  --text-dim: #1c1d1f;
  --text-faint: #1c1d1f;
  --brand: #a435f0;
  --on-brand: #ffffff;
  --border: #d1d7dc;
  --border-strong: #9b9fa3;
  --success: #1c8c2e;
  --warning: #f4951f;
  --danger: #cc0c39;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-warm: #f7f9fa;
  --color-bg-muted: #f3f4f6;
  --color-bg-deep: #1c1d1f;
  --color-bg-promo: #f3eaff;
  --color-bg-sale: #fef2cd;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f7f9fa;
  --color-surface-soft: #faf9fc;
  --color-surface-strong: #e7e9eb;
  --color-surface-dark: #2d2f31;
  --color-text: #1c1d1f;
  --color-text-strong: #000000;
  --color-text-muted: #6a6f73;
  --color-text-soft: #8b8d92;
  --color-text-disabled: #a8aaae;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-text-link: #5624d0;
  --color-text-link-hover: #401b9c;
  --color-brand: #a435f0;
  --color-brand-hover: #8710d8;
  --color-brand-active: #6d28d9;
  --color-brand-soft: #f3eaff;
  --color-brand-deep: #5624d0;
  --color-accent-yellow: #f69c08;
  --color-accent-yellow-bg: #eceb98;
  --color-accent-orange: #f3ca8c;
  --color-accent-red: #cc0c39;
  --color-accent-green: #1c8c2e;
  --color-accent-blue: #3268bd;
  --color-border: #d1d7dc;
  --color-border-soft: #e9ebee;
  --color-border-strong: #9b9fa3;
  --color-border-focus: #5624d0;
  --color-on-brand: #ffffff;
  --color-rating-star: #f69c08;
  --color-rating-star-empty: #d1d7dc;
  --color-badge-bestseller: #eceb98;
  --color-badge-bestseller-text: #3d3c0a;
  --color-badge-hot: #f3ca8c;
  --color-badge-hot-text: #3d2305;
  --color-price-current: #1c1d1f;
  --color-price-original: #6a6f73;
  --color-shadow-card: rgba(0,0,0,0.10);
  --color-shadow-modal: rgba(0,0,0,0.24);
  --color-shadow-popover: rgba(0,0,0,0.16);
  --color-success: #1c8c2e;
  --color-success-soft: #e6f2e8;
  --color-warning: #f4951f;
  --color-warning-soft: #fff5db;
  --color-danger: #cc0c39;
  --color-danger-soft: #fbeaea;
  --color-info: #5624d0;
  --color-info-soft: #f3eaff;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

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

  /* fonts */
  --font-display: 'Udemy Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Udemy Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
