@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
/* Canis brand override — teal-emerald accent (sampled from logo #20a38b/#2ad3b4/#177766) */
:root {
  --brand-100:  oklch(96.0% 0.028 172) !important;
  --brand-200:  oklch(92.0% 0.050 172) !important;
  --brand-300:  oklch(86.0% 0.070 172) !important;
  --brand-400:  oklch(78.0% 0.088 173) !important;
  --brand-500:  oklch(70.0% 0.098 173) !important;
  --brand-600:  oklch(63.0% 0.104 172.5) !important;
  --brand-700:  oklch(56.0% 0.100 172.5) !important;
  --brand-800:  oklch(49.0% 0.090 172) !important;
  --brand-900:  oklch(43.0% 0.080 172) !important;
  --brand-1000: oklch(37.0% 0.070 172) !important;
  --brand-1100: oklch(31.0% 0.060 172) !important;
  --brand-1200: oklch(25.0% 0.050 172) !important;
  --brand-default: oklch(63.0% 0.104 172.5) !important;
  --font-body:  "Work Sans", ui-sans-serif, system-ui, sans-serif !important;
  --font-style: "Work Sans", sans-serif !important;
}
