@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
  --gm-primary: #007bff;
  --gm-text-primary: #333;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

#gm-header {
  background: white;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 1rem;
}

#gm-root-view {
  min-height: calc(100vh - 60px);
}
