/* Override styles for React app */
#root {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: none;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text, #3B2E2E);
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --text: #3B2E2E;
  --subtle: #A08E8E;
  --cta: #D0A3A0;
  --cta-hover: #B58280;
  --white: #FFFFFF;
  --base: #F9F7F6;
}
