/* WiSE Scribes — design tokens.
   Extracted from wisemedical.com.au CSS custom properties.
   Source of truth: /BRAND.md */
:root {
  --clr-dark-blue: #006AAF;
  --clr-dark-blue-text: #002740;
  --clr-light-blue: #5BB5FF;
  --clr-med-blue: #D1E5F4;
  --clr-bg-light-blue: #E4EEF5;
  --clr-grey: #F5F5F7;
  --clr-bg-grey: #D0CFDC;
  --clr-red: #D42B2A;
  --clr-white: #FFFFFF;
  --clr-black: #000000;

  --ff-body: 'Roboto', Verdana, Arial, sans-serif;
  --ff-heading: 'Roboto', Verdana, Arial, sans-serif;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;

  --br-radius: 1.25rem;
  --br-radius-sm: 0.75rem;
  --br-radius-pill: 9999px;

  --shadow-card: 0 4px 16px rgba(0, 39, 64, 0.08);
  --shadow-card-hover: 0 12px 32px rgba(0, 39, 64, 0.12);

  --border-soft: 1px solid rgba(0, 39, 64, 0.08);

  --max-w: 1200px;
  --space-section: clamp(3rem, 6vw, 5.5rem);
}
