@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{font-family:Barlow,system-ui,sans-serif}}@layer components{.badge-implemented,.badge-not-assessed,.badge-not-impl,.badge-partial,.btn-danger,.btn-primary,.btn-secondary,.card,.input,.label{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-bold
           bg-[#e8ecf5] text-[#6b7fa3]}}