/*
 * PanelWave docs — brand typography.
 * The website and CMS use Barlow; override the platform default (Inter)
 * so the docs read as part of the same family. Code/keyboard elements
 * keep the platform's monospace stack.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");

:root {
  --pw-font-sans: "Barlow", ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
body :not(:is(pre, code, kbd, samp, pre *, code *, kbd *, samp *)) {
  font-family: var(--pw-font-sans) !important;
}
