/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --cf-bg: #f6f8fc;
  --cf-panel: #ffffff;
  --cf-panel-soft: #f9fafb;
  --cf-text: #0f172a;
  --cf-muted: #6b7280;
  --cf-border: #d1d5db;
  --cf-link: #334155;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: var(--cf-bg);
  color: var(--cf-text);
}

html.theme-whutils {
  --cf-bg: #0f172a;
  --cf-panel: #1e293b;
  --cf-panel-soft: #334155;
  --cf-text: #e2e8f0;
  --cf-muted: #94a3b8;
  --cf-border: #475569;
  --cf-link: #93c5fd;
}

