@import url('https://static.trex-arms.com/protipo/protipo.css');

:root {
	--urgently-soothing-red-background: #A90707;
	--flaregun-red: #fd2c01;
	--chemlight: #ceff51;
	--education-orange: #FFA500;
	--dark-transparent-overlay: rgba(0, 0, 0, 0.5);
	--default-border-radius: 3px;
	--text-color: #CECECE;
	--nan-blue: #51ceff;
	--background: #080808;
	--mobile-width: 800px;
	color-scheme: dark;
}

body {
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.6;
	font-family: "Protipo Wide", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: var(--background);
	margin: 0;
}

* {
	box-sizing: border-box;
}
