@font-face {
    font-family: "Inter Var";
    src: url("/static/font/inter-var.ttf");
}

:root {
    --tblr-font-sans-serif: "Inter Var", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto",
        "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto ColorEmoji";
}

html,
body {
    min-width: 320px !important;
}

.custom-indicator {
    display: none;
}

.htmx-request .custom-indicator {
    display: inline-block;
}

.htmx-request.custom-indicator {
    display: inline-block;
}

.btn-table {
    padding: 0.875rem !important;
    min-width: unset !important;
    min-height: unset !important;
}

textarea {
    resize: none;
}

.bs-tabs .nav-link.active {
    border: 1px solid var(--tblr-nav-pills-link-active-color);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
