/* base/tokens.css
   Design tokens. Every colour, measure and easing the theme uses.

   Part of assets/css/. The load order lives in
   inc/setup.php - add new files there, not with @import. */

/*
Theme Name: Vivo Asia Indonesia
Theme URI: https://vivoasia.id
Author: Oneth Dias, Seaside MT
Description: Custom theme for PT Vivo Asia Teknologi Indonesia.
Version: 0.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vivo-asia-id
*/
:root {
	--red: #C70000;
	--red-dark: #9E0000;
	--blue: #1F07B5;
	--green: #09BE10;
	/* Brand green is only 2.5:1 on white, so it fails WCAG AA as text. Same hue and
	   saturation, darkened to 4.6:1, for labels. Graphics keep --green. */
	--green-ink: #06880B;
	--navy: #191D7E;
	--night: #0E1030;
	--ink: #14161C;
	--ink-2: #3C424F;
	--ink-3: #5A6070;
	--line: #E6E8F0;
	--line-2: #D9DDE8;
	--soft: #F6F7FA;
	--mute: #7B8296;
	--lav: #9AA3E8;
	--wrap: 1220px;
	--pad: 32px;
	--serif: 'Playfair Display', Georgia, serif;
}

@media (max-width: 980px) {
	:root { --pad: 22px; }
}
