/**
 * Generated from edX — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #edebe3;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #00262b;
  --text-dim: #00262b;
  --text-faint: #00262b;
  --brand: #d64000;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #cccccc;
  --success: #1f8f5f;
  --warning: #d89a00;
  --danger: #d64000;

  /* full color palette */
  --color-bg: #edebe3;
  --color-bg-page: #ffffff;
  --color-bg-warm: #e7e3da;
  --color-bg-soft: #f9f8f6;
  --color-surface: #ffffff;
  --color-surface-course: #edebe3;
  --color-text: #00262b;
  --color-text-body: #454545;
  --color-text-muted: #707070;
  --color-text-soft: #4b5563;
  --color-brand: #d64000;
  --color-brand-hover: #b93600;
  --color-brand-soft: #fff0e8;
  --color-nav: #00262b;
  --color-accent-cyan: #04c5e7;
  --color-accent-blue: #00698f;
  --color-accent-green: #1f453d;
  --color-border: #cccccc;
  --color-border-warm: #e1ddd1;
  --color-shadow-card: rgba(0, 0, 0, 0.10);
  --color-success: #1f8f5f;
  --color-warning: #d89a00;
  --color-danger: #d64000;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 48px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 94px;

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

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