:root {
    --amber: #f97316;
    --amber-2: #fb923c;
}

.brand-mark {
    color: #160a02;
    background: linear-gradient(145deg, #fb923c, #ea580c);
    box-shadow: 0 0 28px rgba(249, 115, 22, .2);
}

.public-notice-dialog {
    border-color: #7c3510;
}

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