/* Governed BUUM design tokens (docs §1.8 / §15.1, ADR-014).
   Single source for the form, PDF templates and SES emails. */
:root {
  --buum-font-family: "Poppins", Arial, sans-serif;
  --buum-color-primary: #c60000;
  --buum-color-primary-active: #9f0000;
  --buum-color-text: #000000;
  --buum-color-heading: #121212;
  --buum-color-surface: #ffffff;
  --buum-color-surface-muted: #f5f5f5;
  --buum-color-surface-muted-alt: #f5f5f7;
  --buum-color-surface-dark: #252525;
  --buum-color-border: #d3d3d3;
}
