/*
Theme Name: Trustera
Theme URI: https://trustera.local
Author: Trustera
Author URI: https://trustera.local
Description: Minimal starter theme; header/footer markup intended to be customized later.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustera
*/

:root {
	--page-bg: #f9fafb;
	--primary-01: #fff;
	--primary-02: #eff8ff;
	--primary-03: #eff6ff;
	--primary-04: #e2eeff;
	--primary-05: #c3d9ff;
	--primary-06: #adcbff;
	--primary-07: #8ab6ff;
	--primary-08: #2365ff;
	--primary-09: #1e5ae4;
	--primary-10: #1a54df;
	--primary-11: #122d68;
	--primary-12: #132b52;
	--primary-13: #001035;
	--grey-100: #e5eaf2;
	--grey-200: #dee5f0;
	--grey-300: #798ba5;
	--grey-400: #505e73;
	--font-family: "Manrope", sans-serif;
	--second-family: "Inter", sans-serif;

	/* Front page shared background (header + hero). */
	--trustera-stack-base: #050b1f;
	--trustera-stack-mid: #071433;
	--trustera-stack-deep: #020817;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--font-family);
	background-color: var(--page-bg);
}
