/* Minimal base — Arimo font only (no Semantic theme overrides) */

html,
body {
    margin: 0;
    font-family: 'Arimo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111827;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.ui,
.ui.button,
.ui.input,
.ui.form {
    font-family: inherit;
}

/* Local dev environment indicator — fixed overlay, out of document flow */
.app-env-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(15, 23, 42, 0.8);
    pointer-events: none;
    user-select: none;
}

/* App version update toast — see app-update-toast.css */
@import url('app-update-toast.css');
