@import url("./utilities.css");

:root {
    --color-primary: #064e3b;
    --color-text: #1e293b;
    --color-muted: #64748b;
    --color-surface: #ffffff;
    --color-surface-soft: #f8fafc;
    --radius-md: 0.75rem;
    --shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.c-notification-stack {
    position: fixed;
    top: 100px;
    right: 1.25rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.is-hidden {
    display: none !important;
}
