/* Override daisyUI wireframe theme's deliberate Comic-Sans-style font.
   Keep the wireframe layout/spacing; lose the sketch aesthetic. */

:root, [data-theme="wireframe"] {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

html, body, button, input, select, textarea, .btn, .input, .table, .navbar {
  font-family: var(--font-sans) !important;
}

code, pre, kbd, samp {
  font-family: var(--font-mono) !important;
}
