// Cefalia — design tokens (exposed on window.CEF)
window.CEF = {
  // Foundation
  ink:    '#0E1117',   // near-black, blue-tinted — "o cérebro"
  ink2:   '#161B24',   // raised surface on dark
  ink3:   '#222A36',   // hairline on dark / borders
  paper:  '#F4F2EA',   // warm off-white (herda do iEntrega)
  paper2: '#FBFAF6',   // card white-ish

  // Neural spectrum — the masterbrand owns the gradient,
  // each product picks one hue from it.
  iris:    '#6354F2',  // PRIMÁRIA — a "inteligência" / camada conectiva
  irisLt:  '#9588FF',
  irisDk:  '#4736CC',
  emerald: '#15B37D',  // herança (iEntrega · Atende AI)
  teal:    '#16B5C7',
  amber:   '#F2A33C',  // o "humano" (transfere pro humano)

  // Neutrals (text on paper)
  slate:  '#3A4350',
  slate2: '#69727F',
  slate3: '#9AA2AD',
  line:   'rgba(14,17,23,0.10)',
  lineDk: 'rgba(255,255,255,0.10)',
  white:  '#FFFFFF',

  // Type
  display: "'Schibsted Grotesk', system-ui, sans-serif",
  body:    "'Hanken Grotesk', system-ui, sans-serif",
  mono:    "'Space Mono', ui-monospace, monospace",

  // Signature gradient (cool, neural)
  grad:    'linear-gradient(135deg, #15B37D 0%, #16B5C7 42%, #6354F2 100%)',
  gradIris:'linear-gradient(135deg, #6354F2 0%, #9588FF 100%)',
};
