html,
body {
    height: 100%;
}

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

/* Apply the font globally */
* {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
}

.root {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vehicle-popup {
  .maplibregl-popup-content {
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
}
