/* OstuGrupp brand tokens — single source of truth.
   Import once (theme or app) and reference the vars everywhere.
   Mirrors wp-theme-ostugrupp/assets/css/main.css :root. */
:root {
  /* Brand */
  --og-green: #047857;
  --og-green-b: #059669;
  --og-green-dark: #035e43;
  --og-mint: #34d399;
  /* Neutrals */
  --og-fg: #0f172a;
  --og-slate-dark: #1e293b;
  --og-slate: #334155;
  --og-slate-500: #64748b;
  --og-border: #e2e8f0;
  --og-muted: #f1f5f9;
  --og-bg: #f8fafc;
  --og-white: #ffffff;
  /* Semantic */
  --og-danger: #ef4444;
  /* Radius */
  --og-radius: 12px;
  --og-radius-lg: 16px;
  --og-radius-2xl: 20px;
  /* Shadow */
  --og-shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
  --og-shadow-card-hover: 0 14px 32px -14px rgba(15,23,42,.22);
  --og-shadow-green: 0 10px 26px -10px rgba(5,150,105,.50);
  /* Type */
  --og-font-display: "Space Grotesk", "DM Sans", system-ui, sans-serif;
  --og-font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
