/* Exact sRGB design targets. Generated artwork may approximate them.
   No Apple font files are supplied. Brand red is not a status token. */
:root {
  --creare-red: #F34845;
  --creare-blue: #367CFA;
  --creare-charcoal: #202329;
  --creare-off-white: #F2F3F5;
  --color-canvas: var(--creare-off-white);
  --color-surface: #FFFFFF;
  --color-text: var(--creare-charcoal);
  --color-text-muted: #606570;
  --color-text-inverse: #FFFFFF;
  --color-action: #175DCE;
  --color-border: #D9DCE2;
  --color-error-example: #B42318;
  --color-success-example: #17683A;
  --color-warning-example: #785700;
  --font-brand: Helvetica, Arial, sans-serif;
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-6: 24px; --space-8: 32px; --space-12: 48px; --space-16: 64px;
  --radius-control: 12px; --radius-card: 20px;
}
/* Use native semantic typography APIs + Dynamic Type in the Apple app. */
