2024-05-02 10:05:12 +02:00

34 lines
416 B
CSS

@import "../node_modules/leaflet/dist/leaflet.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
font-weight: 400;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings:
"slnt" 0;
}
.z-ui-0 {
z-index: 2000;
}
.z-ui-1 {
z-index: 2001;
}
.z-ui-2 {
z-index: 2002;
}
.z-ui-3 {
z-index: 2003;
}
.z-ui-4 {
z-index: 2004;
}