:root {
  color-scheme: light;
  font-family: 'Amiri', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #F7F3ED;
  color: #3A2D28;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background-color: #F7F3ED;
  color: #3A2D28;
  font-family: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#root {
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}
