// amps-tokens.jsx — design tokens for AMPS Society
const T = {
  void:           '#0C1521',
  deepSky:        '#071020',
  observatory:    '#1A3A5C',
  parchment:      '#F2E8D5',
  amber:          '#C8921A',
  amberSoft:      '#D9A332',
  teal:           '#2A6B5F',
  silver:         '#B8BCC4',
  discoveryWhite: '#F8F5F0',
  // form
  inputBg:        '#F8F0DC',
  errorRed:       '#A14848',

  fontDisplay: '"Cormorant Garamond", "Cormorant", serif',
  fontBody:    '"EB Garamond", Georgia, serif',
  fontMono:    '"IBM Plex Mono", "SF Mono", Menlo, monospace',
};
window.T = T;
