/* ICGA typography & color tokens (ICGA_Typography_Style_Guide_WithColors.md) */
:root {
  --icga-gold: #fec007;
  --icga-purple: #5e2c8c;
  --icga-purple-hover: #6f349e;
  --icga-pink: #f73e60;
  --icga-soft-yellow: #f9c128;
  --icga-body-text: #4b5563;
  --icga-muted: #6b7280;
  --icga-navy: #1e1e2e;
  --icga-tint: #f0e8fa;
  --icga-font: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
}

.icga-courses-body,
body.icga-community-body {
  font-family: var(--icga-font);
}

@media (max-width: 768px) {
  .icga-courses-body .icga-type-h1,
  .icga-type-h1 {
    font-size: clamp(28px, 6vw, 32px) !important;
    line-height: 1.2;
  }

  .icga-courses-body .icga-type-h2,
  .icga-type-h2 {
    font-size: clamp(22px, 4vw, 24px) !important;
    line-height: 1.3;
  }

  .icga-courses-body .icga-type-body,
  .icga-type-body {
    font-size: max(16px, 1rem);
    line-height: 1.75;
  }
}
