/* =========================================================================
   iTelVoIP - Base Application Stylesheet
   -------------------------------------------------------------------------
   Loaded after Bootstrap 5. Intentionally minimal for the foundation
   build — page-specific styles belong to their respective modules.
   ========================================================================= */

:root {
    --itelvoip-primary: #0d6efd;
    --itelvoip-dark: #0b1727;
}

body {
    min-height: 100vh;
}

.itelvoip-flash {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
    max-width: 360px;
}
