/*
Theme Name: AI Workbench
Theme URI: https://workbench.agustgudbjornsson.is
Author: Agust Gudbjornsson
Description: Dark, minimal child of Twenty Twenty-Five. Notebook-feel with amber accent for the AI Workbench.
Version: 0.1.0
Template: twentytwentyfive
Text Domain: aiworkbench
*/

:root {
  --aiwb-bg: #0E0E10;
  --aiwb-fg: #ECECEF;
  --aiwb-muted: #9A9AA3;
  --aiwb-accent: #F5A623;
  --aiwb-rule: #1F1F23;
}

body { background: var(--aiwb-bg); color: var(--aiwb-fg); }
a { color: var(--aiwb-accent); }
a:hover { text-decoration: underline; }
hr.wp-block-separator { border-color: var(--aiwb-rule); }
code, pre { font-family: ui-monospace, "JetBrains Mono", "Fira Code", Consolas, monospace; }
