/* Typography bridge
   The canonical @font-face lives in woodmart-child/assets/css/nitro-fonts.css.
   Here we only centralize the family token used by Nitro UI. */

:root {
  --sn-font-sans: 'Akshar', system-ui, sans-serif;
}

body,
button,
input,
select,
textarea,
.sn-shell,
.sn-panel,
.sn-wrapper,
.sn-btn {
  font-family: var(--sn-font-sans);
}
