/* [project]/app/globals.css [app-client] (css) */
:root {
  --vert-fonce: #1a4731;
  --vert-moyen: #2d7a4f;
  --vert-clair: #e8f5ee;
  --beige: #f5f0e8;
  --texte: #1a1a1a;
  --texte-doux: #555;
  --blanc: #fff;
  --border: #d4e8da;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--texte);
  background: var(--blanc);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
}

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

a:hover {
  text-decoration: underline;
}

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