/* [project]/app/styles/globals.css [app-client] (css) */
:root {
  --primary-color: #004a99;
  --secondary-color: #f5f5f5;
  --text-color: #333;
  --bg-color: #fff;
  --header-height: 70px;
}

body {
  color: var(--text-color);
  background: var(--bg-color);
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
}

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

/*# sourceMappingURL=app_styles_globals_9f18c58c.css.map*/