:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

.container-xxl {
    max-width: 80% ;
}

.debug {
    outline: 1px dotted red;
}

.dev-page-wrapper {
    background-color: rgba(0, 255, 0, 0.07);
}

.dropdown-divider {
    margin: 8px 0;
}

.hazard-border {
    border: 10px solid pink;
    border-image: repeating-linear-gradient(
            -55deg,
            #000,
            #000 20px,
            #ffb101 20px,
            #ffb101 40px
    ) 10;
}
