/* AEM Labs Limited — global tokens (auth portal & shared) */
/* ======================================================== */

:root {
    --bg-color-1: #1a1a1a;
    --bg-color-2: #242424;
    --accent-color-1: #c9a227;
    --accent-color-2: #e0b83d;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

/* Toast stack (.notifications) uses top: calc(var(--navbar-height) + 16px) per reference-app/css */
.portal {
    --navbar-height: 0px;
}

body {
    margin: 0;
    min-height: 100%;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #eee;
    background: var(--bg-color-1);
}
