/* Beauty Machine — theme.css
   Generated by inject.py — do not edit manually.
   Edit brand.json and re-run the injector instead.
*/

:root {
  --bm-bg:          #f8faff;
  --bm-bg-alt:      #eef2fb;
  --bm-ink:         #1c2318;
  --bm-ink-soft:    #4a5a44;
  --bm-accent:      #2563eb;
  --bm-accent-ink:  #ffffff;
  --bm-line:        #d1daf0;
  --bm-success:     #16a34a;
  --bm-warn:        #a35a1c;

  --bm-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --bm-font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --bm-radius:    14px;
  --bm-radius-sm: 8px;
  --bm-shadow:    0 6px 24px rgba(28, 35, 24, 0.08);
  --bm-max:       1120px;

  --bm-section-pad: clamp(48px, 8vw, 96px);
  --bm-grid-gap:    clamp(16px, 2.5vw, 24px);
}
