:root {
  /* ===== Product Academy Brand Colors ===== */
  --pink: #c61962;
  --pink-dark: #a31243;
  --pink-light: #f6ecf0;
  --yellow: #ffe34d;
  --yellow-dark: #20221f;
  --yellow-light: #fff9d8;
  --ink: #20221f;
  --body: #20221f;
  --muted: #5c6259;
  --surface: #fafbf7;
  --border: #dcded5;
  --navy: #20221f;

  /* ===== Full color palette ===== */
  --color-navy: #20221f;
  --color-navy-light: #383d35;
  --color-navy-dark: #383d35;
  --color-pink: #c61962;
  --color-pink-light: #c61962;
  --color-teal: #20221f;
  --color-teal-light: #383d35;
  --color-yellow: #ffe34d;
  --color-yellow-light: #fff9d8;
  --color-white: #FFFFFF;
  --color-black: #20221f;

  /* Gray scale aligned to PA neutrals */
  --color-gray-50: #fafbf7;
  --color-gray-100: #eef0e8;
  --color-gray-200: #dcded5;
  --color-gray-300: #aeb2a5;
  --color-gray-400: #aeb2a5;
  --color-gray-500: #5c6259;
  --color-gray-600: #5c6259;
  --color-gray-700: #20221f;
  --color-gray-800: #383d35;
  --color-gray-900: #20221f;

  /* Semantic */
  --color-success: #286044;
  --color-success-bg: #F0FDF4;
  --color-error: #a31243;
  --color-error-bg: #FEF2F2;
  --color-warning: #795414;
  --color-warning-bg: #FFFBEB;
  --color-info: #20221f;
  --color-info-bg: #eef0e8;

  /* ===== Theme — Light ===== */
  --bg-primary: #fafbf7;
  --bg-secondary: #fafbf7;
  --bg-tertiary: #eef0e8;
  --bg-elevated: #FFFFFF;
  --text-primary: #20221f;
  --text-secondary: #20221f;
  --text-tertiary: #5c6259;
  --text-inverse: #FFFFFF;
  --border-primary: #dcded5;
  --border-secondary: #aeb2a5;

  /* PA shadow scale */
  --shadow-xs: none;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
  --shadow-xl: none;

  /* ===== Typography ===== */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'DM Mono', 'SF Mono', 'Consolas', monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;

  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.7;

  --weight-normal: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  /* ===== Spacing ===== */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  /* ===== Radii — PA scale ===== */
  --r-sm: 7px;
  --r-md: 12px;
  --r-lg: 12px;
  --r-xl: 12px;
  --r-full: 9999px;
  /* Legacy aliases */
  --radius-sm: 7px;
  --radius-md: 12px;
  --radius-lg: 12px;
  --radius-xl: 12px;
  --radius-full: 9999px;

  /* ===== Transitions ===== */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;

  /* ===== Layout ===== */
  --sidebar-width: 280px;
  --header-height: 88px;
  --content-max-width: 880px;

  /* ===== Module accent colors ===== */
  --module-1-color: #20221f;
  --module-2-color: #c61962;
  --module-3-color: #20221f;
  --module-4-color: #20221f;
  --module-5-color: #ffe34d;
  --module-6-color: #20221f;
}
