/* ============================================================
   Class2Class — Brand Foundation Tokens
   "Connecting Classrooms for a Better World"
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  /* — Primary purple scale — */
  --c2c-purple: #8157d9;
  --c2c-deep-purple: #53389e;
  --c2c-light-purple: #f4ebff;

  /* — Multicultural accents — */
  --c2c-cyan: #5cb2ff;
  --c2c-pink: #ee46bc;
  --c2c-indigo: #5a70f2;

  /* — Pantone / real-classroom secondary palette — */
  --c2c-red: #e8002d;
  --c2c-progress-cyan: #01a2df;
  --c2c-green: #78c142;
  --c2c-rose: #ef5a9e;
  --c2c-orange: #f68d39;

  /* — Semantic — */
  --c2c-error: #f04438;
  --c2c-warning: #f79009;
  --c2c-success: #12b76a;
  --c2c-info: #2e90fa;

  /* — Neutrals — */
  --c2c-ink: #3d3a40;
  --c2c-gray: #717680;
  --c2c-line: #d5d7da;
  --c2c-white: #ffffff;

  --c2c-font: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Respect reduced motion globally */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
