/*
Theme Name: Synapse Edge
Theme URI: https://synapseedge.co.uk
Author: Synapse Edge Ltd
Author URI: https://synapseedge.co.uk
Description: Custom WordPress theme for the Synapse Edge Ltd blog, matching the brand system used across synapseedge.co.uk (dark navy + teal-cyan, Sora / IBM Plex Sans / JetBrains Mono).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: synapse-edge
*/

/* Brand tokens — keep in sync with /styles.css on the main site. */
:root {
  --navy:        #06090F;
  --navy-mid:    #0C1320;
  --navy-light:  #111827;
  --blue:        #2BE0D0;
  --blue-2:      #4D7CFF;
  --blue-dim:    rgba(43, 224, 208, 0.7);
  --teal:        #2BE0D0;
  --white:       #ffffff;
  --off-white:   #E8EDF4;
  --muted:       #8A97A8;
  --muted-2:     #6B7889;
  --muted-3:     #5C6878;
  --border:      rgba(255, 255, 255, 0.08);
  --border-accent: rgba(43, 224, 208, 0.3);
  --card-bg:     rgba(255, 255, 255, 0.022);
  --card-border: rgba(255, 255, 255, 0.08);

  --font-display: 'Sora', system-ui, sans-serif;
  --font-body:    'IBM Plex Sans', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  --radius:    9px;
  --radius-lg: 14px;
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --max-w:     1280px;
}
