/* Shared design tokens for Kaelo TVC — central source of truth for colors & sizing */
:root {
  /* School brand colors */
  --primary-color: #003366; /* deep navy (school primary) */
  --primary-600: #00264d;
  --primary-gradient: linear-gradient(135deg, #003366 0%, #1e5a8e 100%);
  --accent-color: #d4af37; /* gold */

  /* Utility colors */
  --muted: #6b7280;
  --bg: #f7fafc;
  --surface: #ffffff;
  --success-color: #28a745;
  --danger-color: #dc2626;

  /* Typography & layout tokens (kept here for convenience) */
  --text-dark: #0f172a;
  --text-muted: #475569;
  --max-width: 1200px;
  --radius: 10px;
}
