:root {
    --amber: #35c46a;
    --amber-2: #78e89d;
}

.brand-mark {
    color: #061109;
    background: linear-gradient(145deg, #78e89d, #28ad5a);
    box-shadow: 0 0 28px rgba(53, 196, 106, .18);
}

.public-notice-dialog {
    border-color: #245f3a;
}

.public-notice-accent {
    background: linear-gradient(90deg, var(--amber), #8aefad 52%, transparent);
}
