/* orkidata brand tokens — v1.0
 * Locked palette. Do not substitute hex values.
 * Paste into your app's global stylesheet or import as a CSS module.
 */
:root {
  /* Core */
  --ok-purple: #4E28C7;   /* Primary · UI accent */
  --ok-teal:   #16C7C1;   /* Decorative gradient partner */
  --ok-ink:    #111318;   /* Text · dark surface */
  --ok-paper:  #FFFFFF;   /* Paper · reverse surface */

  /* Expressive */
  --ok-gradient: linear-gradient(135deg, #4E28C7 0%, #16C7C1 100%);

  /* Typography */
  --ok-font-ui: 'Inter', ui-sans-serif, system-ui, -apple-system,
                BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ok-font-weight-regular: 400;
  --ok-font-weight-medium:  500;
  --ok-font-weight-semibold: 600;
  --ok-font-weight-bold:    700;

  /* Wordmark */
  --ok-wordmark-weight: 600;
  --ok-wordmark-tracking: -0.02em;
  --ok-wordmark-case: lowercase;

  /* Spacing (mark clearspace 1x = width of one petal at widest) */
  --ok-clearspace: 1;
}
