/* HeyCrush design tokens.
   Verbatim from heycrush-blog-design-system/README.md sections 1 and 3.
   Do not introduce raw hex values anywhere else in the theme — reference these. */

:root {
  /* Brand */
  --hc-pink: #ff4d67;
  --hc-pink2: #fd788c;
  --hc-pink-hover: #e13d56;
  --hc-grad: linear-gradient(135deg, #ff4d67, #fd788c);

  /* Text */
  --hc-ink: #09101d;
  --hc-body: #2c3a4b;
  --hc-secondary: #545d69;
  --hc-mut: #858c94;

  /* Surfaces */
  --hc-line: #dadee3;
  --hc-wash: #f4f6f9;
  --hc-white: #ffffff;

  /* Gold is SUCCESS STORIES ONLY. It must not appear on any other page. */
  --hc-gold: #ffb800;

  /* Shape */
  --hc-r-card: 20px;
  --hc-shadow: 0 8px 24px -12px rgba(9, 16, 29, 0.12);
  --hc-shadow-brand: 0 10px 24px -8px rgba(255, 77, 103, 0.55);

  /* Layout — article measure, README section 2 */
  --hc-measure: 660px;

  /* Type families */
  --hc-font-body: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  --hc-font-thai: 'Noto Sans Thai', 'Source Sans 3', sans-serif;
}
