@import url("https://rsms.me/inter/inter.css");

:root {
    --tblr-primary: #f97316;
    --tblr-primary-rgb: 249, 115, 22;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.app-shell .container,
.app-shell .container-sm,
.app-shell .container-md,
.app-shell .container-lg,
.app-shell .container-xl,
.app-shell .container-xxl {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.card-placeholder {
    min-height: 180px;
}
