/* Aurora: robossam 기본 청록·남색에 보라빛을 더한 기술 교육 Theme */
:root {
  --bg: #f2faf8;
  --surface: #ffffff;
  --surface-soft: #eaf8f4;
  --brand: #00a88f;
  --brand-dark: #006e63;
  --navy: #133b54;
  --coral: #ff6f61;
  --coral-soft: #fff0ed;
  --gold: #e3a52b;
  --gold-soft: #fff7dc;
  --violet: #7854c7;
  --violet-soft: #f3edff;
  --blue: #267fd3;
  --blue-soft: #e8f4ff;
  --mint: #1bc6a3;
  --mint-soft: #e4fff7;
  --page-glow-1: rgb(0 200 170 / 20%);
  --page-glow-2: rgb(120 84 199 / 15%);
  --site-header-background: linear-gradient(105deg, #007c70, #164c70 60%, #4b357d);
  --hero-background:
    radial-gradient(circle at 85% 12%, rgb(100 240 221 / 30%) 0 5rem, transparent 5.1rem),
    radial-gradient(circle at 92% 14%, transparent 0 8rem, rgb(255 255 255 / 14%) 8.1rem 8.2rem, transparent 8.3rem),
    linear-gradient(125deg, #009681 0%, #087b83 38%, #255a91 72%, #67439d 120%);
  --toc-background: linear-gradient(135deg, #e2fff7, #def4ff 52%, #f2eaff);
  --flow-background: linear-gradient(135deg, #e0fff5, #e7f3ff 48%, #f5ecff);
  --table-header-background: linear-gradient(110deg, #00947e, #2876b9 60%, #6544a0);
}
