:root{
--black:#000000;
--white:#ffffff;
--grey-70:rgba(255,255,255,0.7);
--grey-50:rgba(255,255,255,0.5);
--grey-30:rgba(255,255,255,0.3);
--hairline:rgba(255,255,255,0.25);
--hairline-strong:rgba(255,255,255,0.6);
--surface-page:var(--black);
--surface-inverse:var(--white);
--text-primary:var(--white);
--text-secondary:var(--grey-70);
--text-tertiary:var(--grey-50);
--text-inverse:var(--black);
--border-default:var(--hairline);
--border-strong:var(--white);
--focus-ring:var(--white);
}
