/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --sidebar-bg: #2c2e33;
  --sidebar-text: #e8e8e8;
  --sidebar-active: #3d4046;
  --main-bg: #f5f5f5;
  --card-bg: #fff;
  --card-border: #eee;
  --accent: #f5a623;
  --text: #333;
  --text-muted: #666;
}

[data-theme="dark"] {
  --sidebar-bg: #1a1b1e;
  --sidebar-text: #d0d0d0;
  --sidebar-active: #2a2b2f;
  --main-bg: #1e1f23;
  --card-bg: #28292d;
  --card-border: #3a3b3f;
  --text: #e0e0e0;
  --text-muted: #999;
}

