/*
 * Site-specific styles.
 *
 * Reach for this only when theme.json cannot express something. Design tokens
 * -- colours, type, spacing, radii -- belong in theme.json, where the client
 * can also reach them through Global Styles.
 *
 * Always reference the --icons-* contract rather than literal values, so this
 * file survives a rebrand.
 */

/* Example:
.site-notice {
	background: var(--icons-color-surface);
	padding: var(--icons-space-sm) var(--icons-space-md);
	border-radius: var(--icons-radius-md);
	font-size: var(--icons-text-sm);
}
*/
