// PimentCSS v1 theme example
//
// From npm (after npm install pimentcss-design-system):
// @use "pimentcss-design-system" with (
//   $font-family-heading: "Inter", system-ui, sans-serif,
//   $btn-min-height: 2.75rem,
//   $surface-action: #0b5ed7,
//   $border-radius-8: 0.375rem,
// );
//
// Local (this repo):
// @use "./pimentcss" with ( … );
