/* ==============================================
   TOKENS — Rendu Teach
   ============================================== */
:root {
  --sky: #60BFF5;
  --blue: #2E63A4;
  --caramel: #AF6528;
  --yellow: #FFCE00;
  --red: #D70000;
  --black: #000000;
  --white: #FFFFFF;
  --offwhite: #F8F6F1;
  --cream: #F0EDE5;
  --text-muted: #5A5A52;
  --text-light: #8A8A80;
  --border: #E0DDD5;

  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --ease: cubic-bezier(0.33, 1, 0.68, 1);
  --speed: 0.25s;
}
