/* Global styles for OneMap8 */
:root {
  --primary-color: #0070f3;
  --background-color: #ffffff;
  --text-color: #333333;
}

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

/* Basic reset */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}
