@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --primary: #3B82F6;
    --secondary: #22C55E;
}

.widget-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.sparkline {
    height: 60px;
    width: 100%;
    position: relative;
}
.uptime-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}