/**
 * Legacy tokens for the ported on1.orig templates
 *
 * These pages came over from the old theme unchanged and their stylesheets
 * reference tokens the old /_assets/css/base.css defined and the new
 * base.css does not. Rather than edit the ported sheets, the tokens are
 * redefined here with the old dark-theme values.
 *
 * The old sheets carried a light and a dark value for each of these. Only
 * the dark ones are here - the ported pages don't do light/dark switching,
 * and dark is what the new chrome around them is.
 *
 * Every one of these is scheduled to go when the page it belongs to is
 * rebuilt on real base.css tokens. Nothing new should use this file.
 *
 * @copyright   2026, ON1
 */

:root {
	--bg-color: #040f1d;
	/* Was #1d232a, which is indistinguishable from the new #1e1e1e page */
	--box-bg: var(--bg-800);
	--dark: #333942;
	--light: #607796;
	--light-blue: #009ad8;
	--text-color: #ededed;

	/*
	 * Needed by legacy/utilities.css and the ported page sheets. --orange is
	 * deliberately absent: the new base.css already defines it as #fe842a and
	 * the shared header and footer use it, so it must not be redefined here.
	 * The one legacy class that wanted the old #ff4f37 carries that literal.
	 */
	--dark-2: #1b2838;
	--headline-color: #fff;
	--keyword-orange: #ff7900;
	--pale-blue: rgba(0, 154, 216, 0.20);
	--plus-orange: #ff7800;
	--silver: #bdbdbe;
	--text-link: #c2dfff;

	/*
	 * Needed by the page sheets under /products, /free and /landing that came
	 * onto the shared header and footer. The first three were aliases in the
	 * old base.css and stay aliases, so they follow the theme; the rest are the
	 * old sheet's dark values, since those pages are pinned dark.
	 *
	 * --text-default is deliberately absent. Four landing sheets reference it
	 * and no base.css ever defined it, so it resolves to nothing today and
	 * inventing a value here would be a change, not a port.
	 */
	--bg: var(--bg-900);
	--border-subtle: var(--bg-700);
	--text: var(--text-100);
	--text-muted: var(--text-300);
	--text-subtle: var(--text-500);

	--brand-blue: #bfd6fa;
	--bright-green: #05ff4c;
	--dark-1: #2b2f35;
	--keyword-yellow: #fed600;
	--pale-green: rgba(33, 206, 110, 0.20);
	--pale-pink: rgba(238, 25, 169, 0.25);
	--pale-purple: rgba(125, 30, 255, 0.25);
	--green-2025: #90ffdd;
	--orange-2025: #ffc973;
	--purple-2025: #b37cff;
	--yellow: #fde005;
}
